]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
firmware: google memconsole: Remove useless submenu in Kconfig
authorThierry Escande <thierry.escande@collabora.com>
Tue, 28 Mar 2017 16:11:25 +0000 (18:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 8 Apr 2017 16:05:36 +0000 (18:05 +0200)
This patch removes the "Google Firmware Drivers" menu containing a
menuconfig entry with the exact same name. The menuconfig is now
directly under the "Firmware Drivers" entry.

Signed-off-by: Thierry Escande <thierry.escande@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/google/Kconfig

index 29c8cdda82a11dd423c4c5683c0244eaebf0de8f..475bd0122b9ec2269c3f1ababcabd4ee40c32a6a 100644 (file)
@@ -1,4 +1,4 @@
-config GOOGLE_FIRMWARE
+menuconfig GOOGLE_FIRMWARE
        bool "Google Firmware Drivers"
        depends on X86
        default n
@@ -7,8 +7,7 @@ config GOOGLE_FIRMWARE
          only useful if you are working directly on one of their
          proprietary servers.  If in doubt, say "N".
 
-menu "Google Firmware Drivers"
-       depends on GOOGLE_FIRMWARE
+if GOOGLE_FIRMWARE
 
 config GOOGLE_SMI
        tristate "SMI interface for Google platforms"
@@ -28,4 +27,4 @@ config GOOGLE_MEMCONSOLE
          the EBDA on Google servers.  If found, this log is exported to
          userland in the file /sys/firmware/log.
 
-endmenu
+endif # GOOGLE_FIRMWARE