From: Vincent Legoll <vincent.legoll@gmail.com>
To: akpm@linux-foundation.org, mingo@kernel.org,
byungchul.park@lge.com, peterz@infradead.org,
paulmck@linux.vnet.ibm.com, jpoimboe@redhat.com,
geert@linux-m68k.org, rdunlap@infradead.org, mcgrof@kernel.org,
npiggin@gmail.com, tglx@linutronix.de,
linux-kernel@vger.kernel.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [PATCH] make RUNTIME_TESTS a menuconfig to ease disabling it all
Date: Sat, 6 Jan 2018 18:18:11 +0100 [thread overview]
Message-ID: <20180106171811.3624-2-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20180106171811.3624-1-vincent.legoll@gmail.com>
No need to get into the submenu to disable all related
config entries.
This makes it easier to disable all RUNTIME_TESTS config options
without entering the submenu. It will also enable one to see that
en/dis-abled state from the outside menu.
This is only intended to change menuconfig UI, not change
the config dependencies.
v2: added "default y" to avoid breaking existing configs
Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
---
lib/Kconfig.debug | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 9d5b78aad4c5..ef6db62a5deb 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1627,7 +1627,10 @@ config DMA_API_DEBUG
If unsure, say N.
-menu "Runtime Testing"
+menuconfig RUNTIME_TESTING_MENU
+ bool "Runtime Testing"
+
+if RUNTIME_TESTING_MENU
config LKDTM
tristate "Linux Kernel Dump Test Tool Module"
@@ -1915,7 +1918,7 @@ config TEST_DEBUG_VIRTUAL
If unsure, say N.
-endmenu # runtime tests
+endif # RUNTIME_TESTING_MENU
config MEMTEST
bool "Memtest"
--
2.14.1
next prev parent reply other threads:[~2018-01-06 17:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-09 16:27 Vincent Legoll
2018-01-05 11:40 ` Daniel Thompson
2018-01-05 12:29 ` Vincent Legoll
2018-01-06 17:18 ` [PATCH, v2] " Vincent Legoll
2018-01-06 17:18 ` Vincent Legoll [this message]
2018-01-06 17:24 ` Vincent Legoll
2018-01-06 17:24 ` [PATCH] " Vincent Legoll
2018-01-08 4:46 ` 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=20180106171811.3624-2-vincent.legoll@gmail.com \
--to=vincent.legoll@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=byungchul.park@lge.com \
--cc=geert@linux-m68k.org \
--cc=jpoimboe@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@kernel.org \
--cc=mingo@kernel.org \
--cc=npiggin@gmail.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=peterz@infradead.org \
--cc=rdunlap@infradead.org \
--cc=tglx@linutronix.de \
/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
all inboxes | Powered by JetHome®