aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2004-12-15 21:16:18 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2004-12-15 21:16:18 -0800
commitb5592e8dfa83f45df7c0d1ac81c55b4f6bbadad2 (patch)
tree6efd21169f8475ccc565a085e1e2a6c75fffd763 /lib
parent6df7a6116219e7f86ba0ec4dc374a53bfe378c3b (diff)
downloadhistory-b5592e8dfa83f45df7c0d1ac81c55b4f6bbadad2.tar.gz
debugfs: add debugfs
debugfs is a filesystem that is just for debug data. Start moving stuff out of proc and sysfs now :) Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index d9da4ec792b452..8f06b18e20fb4e 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -107,6 +107,16 @@ config DEBUG_INFO
If you're truly short on disk space or don't expect to report any
bugs back to the UML developers, say N, otherwise say Y.
+config DEBUG_FS
+ bool "Debug Filesystem"
+ depends on DEBUG_KERNEL
+ 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.
+
+ If unsure, say N.
+
if !X86_64
config FRAME_POINTER
bool "Compile the kernel with frame pointers"