From: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>,
Dave Hansen <dave.hansen@linux.intel.com>
Subject: [PATCH 1/2] kconfig: move DEBUG_FS out of compilation options
Date: Wed, 25 Mar 2015 11:22:12 -0300 [thread overview]
Message-ID: <1427293333-17471-1-git-send-email-cascardo@linux.vnet.ibm.com> (raw)
Since 6dfc06651b3d29aa07ed99b8075e5d324f7a953a ("consolidate compilation
option configs"), DEBUG_FS has been hidden under the "Compile-time
checks and compiler options".
Move it out of that menu.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
---
lib/Kconfig.debug | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index c5cefb3..48edcbc 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -254,18 +254,6 @@ config PAGE_OWNER
If unsure, say N.
-config DEBUG_FS
- bool "Debug Filesystem"
- help
- debugfs is a virtual file system that kernel developers use to put
- debugging files into. Enable this option to be able to read and
- write to these files.
-
- For detailed documentation on the debugfs API, see
- Documentation/DocBook/filesystems.
-
- If unsure, say N.
-
config HEADERS_CHECK
bool "Run 'make headers_check' when building vmlinux"
depends on !UML
@@ -349,6 +337,18 @@ config DEBUG_FORCE_WEAK_PER_CPU
endmenu # "Compiler options"
+config DEBUG_FS
+ bool "Debug Filesystem"
+ help
+ debugfs is a virtual file system that kernel developers use to put
+ debugging files into. Enable this option to be able to read and
+ write to these files.
+
+ For detailed documentation on the debugfs API, see
+ Documentation/DocBook/filesystems.
+
+ If unsure, say N.
+
config MAGIC_SYSRQ
bool "Magic SysRq key"
depends on !UML
--
1.7.10.4
next reply other threads:[~2015-03-25 14:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-25 14:22 Thadeu Lima de Souza Cascardo [this message]
2015-03-25 14:22 ` [PATCH 2/2] kconfig: move PAGE_OWNER into "Memory Debugging" menu Thadeu Lima de Souza Cascardo
2015-03-25 14:56 ` [PATCH 1/2] kconfig: move DEBUG_FS out of compilation options Dave Hansen
2015-03-25 15:28 ` cascardo
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=1427293333-17471-1-git-send-email-cascardo@linux.vnet.ibm.com \
--to=cascardo@linux.vnet.ibm.com \
--cc=dave.hansen@linux.intel.com \
--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
all inboxes | Powered by JetHome®