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