boot: get rid of toplevel submenus
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Sep 2011 20:09:42 +0000 (22:09 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 18 Sep 2011 20:09:42 +0000 (22:09 +0200)
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>
boot/at91bootstrap/Config.in
boot/barebox/Config.in
boot/grub/Config.in
boot/uboot/Config.in
boot/xloader/Config.in

index f022dd5c99fa3794d60975fa786543ea5ca07dd2..ff968cdbe971e84306497b3b658dcf6f7010f032 100644 (file)
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_AT91BOOTSTRAP
+config BR2_TARGET_AT91BOOTSTRAP
        depends on BR2_arm
        bool "AT91 Bootstrap"
        help
index 87bf39b4de3984435f033864461fcd270247ef9b..71d530fdd656c25a868b1a3a9167366ad3adc15a 100644 (file)
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_BAREBOX
+config BR2_TARGET_BAREBOX
        bool "Barebox"
        help
          The Barebox bootloader, formerly known as U-Boot v2.
index bc7a73e73df4e91a18fde6764a1451f752a09f06..ec48d178c1a232e5d05b20b7e325857e29042b41 100644 (file)
@@ -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.
 
index a0b2bfc8753308cb2550e7d290d573224d3a16b9..3608cd463b52bbd752db6b994be2dd43906b62b6 100644 (file)
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_UBOOT
+config BR2_TARGET_UBOOT
        bool "U-Boot"
        help
          Build "Das U-Boot" Boot Monitor
index d295b45d8985e9227441d0459868d16fb4c956d4..c411be478b25db3b8380bf11394a2a12b8e8cee6 100644 (file)
@@ -1,4 +1,4 @@
-menuconfig BR2_TARGET_XLOADER
+config BR2_TARGET_XLOADER
        bool "X-loader"
        depends on BR2_cortex_a8 || BR2_cortex_a9
        help