diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2005-01-06 22:36:18 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2005-01-06 22:36:18 -0800 |
| commit | 2354096ea3829086d2ba83f6dbfe961ce5500bfe (patch) | |
| tree | 33cd069b9aff3744cb43ed0f3b8f5c37318cdb85 /lib | |
| parent | 04c736903385b1b6273ca3a32d6ab262acd73725 (diff) | |
| parent | 6b4e64f0b16d907a9ee0b79ed14159a98b2053bb (diff) | |
merge
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 10 |
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" |
