From 6cc9d936a978d558211a0553ba3cdf9113ab9c96 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 30 May 2010 22:46:45 +0200 Subject: Add support for the Barebox bootloader Signed-off-by: Thomas Petazzoni --- boot/barebox/Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 boot/barebox/Config.in (limited to 'boot/barebox/Config.in') 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 -- cgit v1.2.3