add menuconfig option for enabling debugfs support in the kernel
[openwrt/staging/florian.git] / Config.in
index 699c689406216d281c23dd3602534f48939f7158..e03cf03af33ebd21bd7181890355be05bc46d566 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -195,6 +195,7 @@ config KERNEL_KALLSYMS
        default n
        help
                This will give you more information in stack traces from kernel oopses
+
 config KERNEL_PROFILING
        bool "Compile the kernel with profiling enabled"
        default n
@@ -202,6 +203,15 @@ config KERNEL_PROFILING
                Enable the extended profiling support mechanisms used by profilers such
                as OProfile.
 
+config KERNEL_DEBUG_FS
+       bool "Compile the kernel with Debug Filesystem enabled"
+       depends LINUX_2_6
+       default y
+       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.
+
 endmenu
 
 menuconfig DEVEL