2010-05-30 22:46:45 +02:00
|
|
|
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.
|
2011-02-06 21:40:19 +01:00
|
|
|
|
|
|
|
config BR2_TARGET_BAREBOX_BAREBOXENV
|
|
|
|
bool "bareboxenv tool in target"
|
|
|
|
help
|
|
|
|
Install bareboxenv tool in target.
|
|
|
|
|
2010-05-30 22:46:45 +02:00
|
|
|
endif
|