From f37f8fffae7c5a2761eef87f5de50c2cbec41786 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sun, 13 Mar 2005 00:26:06 -0800 Subject: [PATCH] consolidate CONFIG_DEBUG_INFO We seem to have two CONFIG_DEBUG_INFO entries in Kconfig.debug. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- lib/Kconfig.debug | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'lib/Kconfig.debug') 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" -- cgit v1.2.3