aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-09-08 07:25:20 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-09-08 07:25:20 +0000
commit738c6e15688d9b50324b1c66455c5e27fe251bd7 (patch)
treeae83e39f76d2dd0b45f64e4bd30deefb3f9ffaa2 /Config.in
parentd4cec654bc5e6baff83b1ea645877ca4db64c441 (diff)
downloadmaster-187ad058-738c6e15688d9b50324b1c66455c5e27fe251bd7.tar.gz
master-187ad058-738c6e15688d9b50324b1c66455c5e27fe251bd7.tar.bz2
master-187ad058-738c6e15688d9b50324b1c66455c5e27fe251bd7.zip
add menuconfig option for enabling debugfs support in the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 699c689406..e03cf03af3 100644
--- 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