aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2004-08-16 01:45:59 +0200
committerSam Ravnborg <sam@mars.ravnborg.org>2004-08-16 01:45:59 +0200
commit49105c09277b20aa6a250a9d66df01869b1489d9 (patch)
tree51571e0ccabbff102bb8f10ac1636f2570698d27 /init
parent25d0fd8fd5ac5e76a4fee04867737e944464729d (diff)
downloadhistory-49105c09277b20aa6a250a9d66df01869b1489d9.tar.gz
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>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 113a656f52f137..805320706a9dd0 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1,4 +1,3 @@
-
menu "Code maturity level options"
config EXPERIMENTAL
@@ -53,7 +52,6 @@ config BROKEN_ON_SMP
endmenu
-
menu "General setup"
config SWAP
@@ -287,7 +285,6 @@ config CC_OPTIMIZE_FOR_SIZE
endmenu # General setup
-
menu "Loadable module support"
config MODULES