aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-01-20 21:09:04 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-01-20 21:09:04 +0000
commitb271605228a4a072159355d9e37ae724dd67356e (patch)
tree0d20adaacc080e0ec1d144bcbbe5e3e3f5d8df47 /Config.in
parentaf64ea8f8c6ac19a27d6ddb2b7508fe933696ae1 (diff)
downloadupstream-b271605228a4a072159355d9e37ae724dd67356e.tar.gz
upstream-b271605228a4a072159355d9e37ae724dd67356e.tar.bz2
upstream-b271605228a4a072159355d9e37ae724dd67356e.zip
add a menuconfig option for enabling KALLSYMS for the kernel
SVN-Revision: 14122
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 a5b3364612..0f131f0623 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