summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2005-01-06 22:36:18 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2005-01-06 22:36:18 -0800
commit2354096ea3829086d2ba83f6dbfe961ce5500bfe (patch)
tree33cd069b9aff3744cb43ed0f3b8f5c37318cdb85 /lib
parent04c736903385b1b6273ca3a32d6ab262acd73725 (diff)
parent6b4e64f0b16d907a9ee0b79ed14159a98b2053bb (diff)
merge
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 d9da4ec792b4..8f06b18e20fb 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"