From: Peter Foley <pefoley2@verizon.net>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH] init: change EXPERT from menuconfig to config to remove an empty menu
Date: Mon, 25 Apr 2011 21:00:03 -0400 [thread overview]
Message-ID: <4DB61913.6090907@verizon.net> (raw)
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
next reply other threads:[~2011-04-26 1:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-26 1:00 Peter Foley [this message]
2011-04-26 1:37 ` [PATCH] init: restore the EXPERT kconfig menu Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4DB61913.6090907@verizon.net \
--to=pefoley2@verizon.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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