aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-07-10 10:02:16 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-07-10 10:02:16 -0700
commitf3eee922929b81769b26f38885d2284b16c2d19a (patch)
tree4642a04a7476ecb244149a51b86bd2b8593dfe21 /init
parent9f1ed86fe76a2aea6683f17c0c2d806c922d4be4 (diff)
downloadhistory-f3eee922929b81769b26f38885d2284b16c2d19a.tar.gz
[PATCH] make CONFIG_KALLSYMS default to "on"
From: Diego Calleja Garcia <diegocg@teleline.es> Move CONFIG_KALLSYMS out of the arch directory and into init/. It defaults to "on" unless the user explicitly turns it off in the "embedded systems" menu.
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index ab6212b4820252..4cf993063a213d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -118,6 +118,14 @@ menuconfig EMBEDDED
a "non-standard" kernel. Only use this if you really know what you
are doing.
+config KALLSYMS
+ bool "Load all symbols for debugging/kksymoops" if EMBEDDED
+ default y
+ help
+ Say Y here to let the kernel print out symbolic crash information and
+ symbolic stack backtraces. This increases the size of the kernel
+ somewhat, as all symbols have to be loaded into the kernel image.
+
config FUTEX
bool "Enable futex support" if EMBEDDED
default y