diff options
Diffstat (limited to 'boot/lpc32xxcdl/Config.in')
-rw-r--r-- | boot/lpc32xxcdl/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/boot/lpc32xxcdl/Config.in b/boot/lpc32xxcdl/Config.in new file mode 100644 index 000000000..b6cbcfd21 --- /dev/null +++ b/boot/lpc32xxcdl/Config.in @@ -0,0 +1,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 |