Skip to content

Commit

Permalink
firmware: google memconsole: Remove useless submenu in Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Escande authored and Greg Kroah-Hartman committed Apr 8, 2017
1 parent 8af11c1 commit f952a40
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions drivers/firmware/google/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
config GOOGLE_FIRMWARE
menuconfig GOOGLE_FIRMWARE
bool "Google Firmware Drivers"
depends on X86
default n
Expand All @@ -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"
Expand All @@ -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

0 comments on commit f952a40

Please sign in to comment.