summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-09-18 22:09:42 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-18 22:09:42 +0200
commitec9ec06b56bcc38f7a5ed98ff8b076e864e74c5d (patch)
treecd62cf8fc7da150c1dbe8372e26564bc1b45ecd0 /boot
parent661c18bffdb0899bea9f30eade49199d16c72538 (diff)
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>
Diffstat (limited to 'boot')
-rw-r--r--boot/at91bootstrap/Config.in2
-rw-r--r--boot/barebox/Config.in2
-rw-r--r--boot/grub/Config.in2
-rw-r--r--boot/uboot/Config.in2
-rw-r--r--boot/xloader/Config.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/boot/at91bootstrap/Config.in b/boot/at91bootstrap/Config.in
index f022dd5c9..ff968cdbe 100644
--- a/boot/at91bootstrap/Config.in
+++ b/boot/at91bootstrap/Config.in
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_AT91BOOTSTRAP
+config BR2_TARGET_AT91BOOTSTRAP
depends on BR2_arm
bool "AT91 Bootstrap"
help
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 87bf39b4d..71d530fdd 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_BAREBOX
+config BR2_TARGET_BAREBOX
bool "Barebox"
help
The Barebox bootloader, formerly known as U-Boot v2.
diff --git a/boot/grub/Config.in b/boot/grub/Config.in
index bc7a73e73..ec48d178c 100644
--- a/boot/grub/Config.in
+++ b/boot/grub/Config.in
@@ -9,7 +9,7 @@ config BR2_TARGET_GRUB_SPLASH
depends on BR2_TARGET_GRUB
help
Add support for splashimage.
-
+
A splashimage is a 14-color indexed .xpm picture which
is displayed as background for the grub menu.
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in
index a0b2bfc87..3608cd463 100644
--- a/boot/uboot/Config.in
+++ b/boot/uboot/Config.in
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_UBOOT
+config BR2_TARGET_UBOOT
bool "U-Boot"
help
Build "Das U-Boot" Boot Monitor
diff --git a/boot/xloader/Config.in b/boot/xloader/Config.in
index d295b45d8..c411be478 100644
--- a/boot/xloader/Config.in
+++ b/boot/xloader/Config.in
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_XLOADER
+config BR2_TARGET_XLOADER
bool "X-loader"
depends on BR2_cortex_a8 || BR2_cortex_a9
help