mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] init: change EXPERT from menuconfig to config to remove an empty menu
@ 2011-04-26  1:00 Peter Foley
  2011-04-26  1:37 ` [PATCH] init: restore the EXPERT kconfig menu Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Foley @ 2011-04-26  1:00 UTC (permalink / raw)
  To: linux-kernel

This patch changes CONFIG_EXPERT from a menuconfig to a config
because it no longer has any child items and is therefore an empty menu.

Signed-off-by: Peter Foley <pefoley2@verizon.net>
---
 init/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index 56240e7..332a2b3 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -916,7 +916,7 @@ config SYSCTL
 config ANON_INODES
 	bool

-menuconfig EXPERT
+config EXPERT
 	bool "Configure standard kernel features (expert users)"
 	help
 	  This option allows certain base kernel options and settings
-- 
1.7.5.rc1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-26  1:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-26  1:00 [PATCH] init: change EXPERT from menuconfig to config to remove an empty menu Peter Foley
2011-04-26  1:37 ` [PATCH] init: restore the EXPERT kconfig menu Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome