summaryrefslogtreecommitdiffstats
path: root/boot/barebox/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-05-30 22:46:45 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-12 16:03:24 +0200
commit6cc9d936a978d558211a0553ba3cdf9113ab9c96 (patch)
treed0112417badde5c8395aa414f22c2214240fc52c /boot/barebox/Config.in
parentef81363d69b7293e3c8088a0939d34a10845e675 (diff)
downloadbuildroot-novena-6cc9d936a978d558211a0553ba3cdf9113ab9c96.tar.gz
buildroot-novena-6cc9d936a978d558211a0553ba3cdf9113ab9c96.zip
Add support for the Barebox bootloader
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/barebox/Config.in')
-rw-r--r--boot/barebox/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
new file mode 100644
index 000000000..0c90f0382
--- /dev/null
+++ b/boot/barebox/Config.in
@@ -0,0 +1,14 @@
+menuconfig BR2_TARGET_BAREBOX
+ bool "Barebox"
+ help
+ The Barebox bootloader, formerly known as U-Boot v2.
+
+ http://www.barebox.org
+
+if BR2_TARGET_BAREBOX
+config BR2_TARGET_BAREBOX_BOARD_DEFCONFIG
+ string "board defconfig"
+ help
+ Name of the board for which Barebox should be built, without
+ the _defconfig suffix.
+endif