From b271605228a4a072159355d9e37ae724dd67356e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 20 Jan 2009 21:09:04 +0000 Subject: add a menuconfig option for enabling KALLSYMS for the kernel SVN-Revision: 14122 --- Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3