Explorar o código

at91dataflashboot: use "config" instead of "menuconfig"

Since at91dataflashboot has no suboption, using "menuconfig" is
useless and confusing, as it creates an empty submenu in the
configuration interface.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Thomas Petazzoni %!s(int64=14) %!d(string=hai) anos
pai
achega
4a665aa945
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      boot/at91dataflashboot/Config.in

+ 1 - 1
boot/at91dataflashboot/Config.in

@@ -1,3 +1,3 @@
-menuconfig BR2_TARGET_AT91DATAFLASHBOOT
+config BR2_TARGET_AT91DATAFLASHBOOT
        depends on BR2_arm
        depends on BR2_arm
        bool "AT91 DataFlashBoot"
        bool "AT91 DataFlashBoot"