From 6d9af11c8cb11d5deb4f53649c7b96faba88df47 Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 20 Jan 2009 21:09:04 +0000 Subject: 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 --- Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Config.in') 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 -- cgit v1.2.3