summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-20 21:09:04 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-20 21:09:04 +0000
commit6d9af11c8cb11d5deb4f53649c7b96faba88df47 (patch)
treee4cf387a65cfcb8690413c08f6c22dc3d6df1604 /Config.in
parent5f743914319f8cb3a22f17aafb6acfbf49be18b3 (diff)
add a menuconfig option for enabling KALLSYMS for the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14122 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index a5b336461..0f131f062 100644
--- a/Config.in
+++ b/Config.in
@@ -117,6 +117,14 @@ config NO_STRIP
bool "Install unstripped binary on the target (useful for native compiling/debugging)"
default n
+comment "Kernel build options"
+
+config KERNEL_KALLSYMS
+ bool "Compile the kernel with symbol table information"
+ default n
+ help
+ This will give you more information in stack traces from kernel oopses
+
endmenu
menuconfig DEVEL