kconfig/all archs: Introduce Kconfig.debug
Localize Kconfig debug options into one file (lib/Kconfig.debug) for easier maintenance, searching, and menu-building. Updated to 2.6.8. Summary of changes: . localizes the following symbols in lib/Kconfig.debug: DEBUG_KERNEL, MAGIC_SYSRQ, DEBUG_SLAB, DEBUG_SPINLOCK, DEBUG_SPINLOCK_SLEEP, DEBUG_HIGHMEM, DEBUG_BUGVERBOSE, DEBUG_INFO and FRAME_POINTER for some instances of it (if it's freely user-selectable) but not for the cases where it's forced or it depends on some other options. . adds DEBUG_KERNEL requirement to some DEBUG_vars; . remove KALLSYMS from S390-specific kernel hacking menu; use KALLSYMS in the EMBEDDED menu instead; . add CRIS and M68KNOMMU symbols for use in lib/Kconfig.debug; . eliminate duplicate "General setup" labels in sparc64 config; . whitespace cleanup; . fixed a few trival typos; Portions of the original patch were also done by Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl> Signed-off-by: Randy Dunlap <rddunlap@osdl.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Showing
arch/alpha/Kconfig.debug
0 → 100644
arch/arm/Kconfig.debug
0 → 100644
arch/arm26/Kconfig.debug
0 → 100644
arch/cris/Kconfig.debug
0 → 100644
arch/h8300/Kconfig.debug
0 → 100644
arch/i386/Kconfig.debug
0 → 100644
arch/ia64/Kconfig.debug
0 → 100644
arch/m68k/Kconfig.debug
0 → 100644
arch/m68knommu/Kconfig.debug
0 → 100644
arch/mips/Kconfig.debug
0 → 100644
arch/parisc/Kconfig.debug
0 → 100644
arch/ppc/Kconfig.debug
0 → 100644
arch/ppc64/Kconfig.debug
0 → 100644
arch/s390/Kconfig.debug
0 → 100644
arch/sh/Kconfig.debug
0 → 100644
arch/sh64/Kconfig.debug
0 → 100644
arch/sparc/Kconfig.debug
0 → 100644
arch/sparc64/Kconfig.debug
0 → 100644
arch/um/Kconfig.debug
0 → 100644
arch/v850/Kconfig.debug
0 → 100644
arch/x86_64/Kconfig.debug
0 → 100644
lib/Kconfig.debug
0 → 100644
Please register or sign in to comment