blob: ce7589c35c9d1b014bbf66898633bb6c2c3fe185 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config BR2_TARGET_LPC32XXCDL
depends on BR2_arm926t
bool "LPC32XX CDL (kickstart and S1L)"
if BR2_TARGET_LPC32XXCDL
config BR2_TARGET_LPC32XXCDL_BOARDNAME
string "LPC32xx board name"
endif #BR2_TARGET_LPC32XXCDL
|