diff options
author | Alexandre Belloni <abelloni@adeneo-embedded.com> | 2012-01-05 12:03:49 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-01 23:30:44 +0100 |
commit | 20695936ad63f602662bc4c6124a26312c46ff52 (patch) | |
tree | d505483d14292fff433adb41e76c1e9d085e01ab /boot/lpc32xxcdl/Config.in | |
parent | 14b600203b31f69d4ca90572b2fbf096053c29e0 (diff) |
lpc32xx: Add CDL to the available bootloaders
This will build kickstart and s1l for the selected board and install
them alongside u-boot.
Signed-off-by: Alexandre Belloni <abelloni@adeneo-embedded.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 |