You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
218 B
11 lines
218 B
2 years ago
|
config BR2_TARGET_LPC32XXCDL
|
||
|
bool "LPC32XX CDL (kickstart and S1L)"
|
||
|
depends on BR2_arm926t
|
||
|
|
||
|
if BR2_TARGET_LPC32XXCDL
|
||
|
|
||
|
config BR2_TARGET_LPC32XXCDL_BOARDNAME
|
||
|
string "LPC32xx board name"
|
||
|
|
||
|
endif #BR2_TARGET_LPC32XXCDL
|