boot: get rid of toplevel submenus
Sub options are indented anyway, so no need for empty menus / force people to enter sub menus to see configuration options. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
661c18bffd
commit
ec9ec06b56
@ -1,4 +1,4 @@
|
|||||||
menuconfig BR2_TARGET_AT91BOOTSTRAP
|
config BR2_TARGET_AT91BOOTSTRAP
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
bool "AT91 Bootstrap"
|
bool "AT91 Bootstrap"
|
||||||
help
|
help
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
menuconfig BR2_TARGET_BAREBOX
|
config BR2_TARGET_BAREBOX
|
||||||
bool "Barebox"
|
bool "Barebox"
|
||||||
help
|
help
|
||||||
The Barebox bootloader, formerly known as U-Boot v2.
|
The Barebox bootloader, formerly known as U-Boot v2.
|
||||||
|
@ -9,7 +9,7 @@ config BR2_TARGET_GRUB_SPLASH
|
|||||||
depends on BR2_TARGET_GRUB
|
depends on BR2_TARGET_GRUB
|
||||||
help
|
help
|
||||||
Add support for splashimage.
|
Add support for splashimage.
|
||||||
|
|
||||||
A splashimage is a 14-color indexed .xpm picture which
|
A splashimage is a 14-color indexed .xpm picture which
|
||||||
is displayed as background for the grub menu.
|
is displayed as background for the grub menu.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
menuconfig BR2_TARGET_UBOOT
|
config BR2_TARGET_UBOOT
|
||||||
bool "U-Boot"
|
bool "U-Boot"
|
||||||
help
|
help
|
||||||
Build "Das U-Boot" Boot Monitor
|
Build "Das U-Boot" Boot Monitor
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
menuconfig BR2_TARGET_XLOADER
|
config BR2_TARGET_XLOADER
|
||||||
bool "X-loader"
|
bool "X-loader"
|
||||||
depends on BR2_cortex_a8 || BR2_cortex_a9
|
depends on BR2_cortex_a8 || BR2_cortex_a9
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user