diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-03-13 00:26:06 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-13 00:26:06 -0800 |
| commit | f37f8fffae7c5a2761eef87f5de50c2cbec41786 (patch) | |
| tree | 4be3a8ac79a76ac694c3c5d9eecb7c850218cd5d /lib/Kconfig.debug | |
| parent | 03b734f799ce03d90b3b12b994761d7d21577094 (diff) | |
[PATCH] consolidate CONFIG_DEBUG_INFO
We seem to have two CONFIG_DEBUG_INFO entries in Kconfig.debug.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'lib/Kconfig.debug')
| -rw-r--r-- | lib/Kconfig.debug | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 94fe812f4257..de912ff2d4d4 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -121,20 +121,9 @@ config DEBUG_INFO help If you say Y here the resulting kernel image will include debugging info resulting in a larger kernel image. - Say Y here only if you plan to use gdb to debug the kernel. - If you don't debug the kernel, you can say N. + Say Y here only if you plan to debug the kernel. -config DEBUG_INFO - bool "Enable kernel debugging symbols" - depends on DEBUG_KERNEL && USERMODE - help - When this is enabled, the User-Mode Linux binary will include - debugging symbols. This enlarges the binary by a few megabytes, - but aids in tracking down kernel problems in UML. It is required - if you intend to do any kernel development. - - If you're truly short on disk space or don't expect to report any - bugs back to the UML developers, say N, otherwise say Y. + If unsure, say N. config DEBUG_IOREMAP bool "Enable ioremap() debugging" |
