From 0ee891fb2b29965a4735eb25cd4f2689c988702d Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 8 Sep 2009 07:25:20 +0000 Subject: 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 --- Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 699c68940..e03cf03af 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 -- cgit v1.2.3