diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-09-08 07:25:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-09-08 07:25:20 +0000 |
commit | f7033929faab94a2b06a8a6a527b1bfcd9de0296 (patch) | |
tree | ca44051ca06a628fa212539bf205490eea8828d3 /Config.in | |
parent | 04f8c5293d8d8475e5d2c5fe72edad2fc21d220a (diff) | |
download | upstream-f7033929faab94a2b06a8a6a527b1bfcd9de0296.tar.gz upstream-f7033929faab94a2b06a8a6a527b1bfcd9de0296.tar.bz2 upstream-f7033929faab94a2b06a8a6a527b1bfcd9de0296.zip |
add menuconfig option for enabling debugfs support in the kernel
SVN-Revision: 17540
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |