a18e5eb09b
Atmel at91sam9 and NXP lpc32xx are both all arm926t, so only show then if that arm variant is selected. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
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
|