diff options
author | Jan Beulich <JBeulich@novell.com> | 2010-04-21 18:23:44 +0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-04-29 04:25:53 +0400 |
commit | 6fc108a08dcddf8f9113cc7102ddaacf7ed37a6b (patch) | |
tree | f603e401149d7c5c64617e9e940d7da070ba9adf /arch/x86/Kconfig.debug | |
parent | 47f9fe26299ae022ac1e3fa12e7e73def62b7898 (diff) | |
download | linux-6fc108a08dcddf8f9113cc7102ddaacf7ed37a6b.tar.xz |
x86: Clean up arch/x86/Kconfig*
No functional change intended.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
LKML-Reference: <4BCF2690020000780003B340@vpn.id2.novell.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index bc01e3ebfeb2..e7edd66d866e 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug @@ -45,7 +45,6 @@ config EARLY_PRINTK config EARLY_PRINTK_DBGP bool "Early printk via EHCI debug port" - default n depends on EARLY_PRINTK && PCI ---help--- Write kernel log output directly into the EHCI debug port. @@ -76,7 +75,6 @@ config DEBUG_PER_CPU_MAPS bool "Debug access to per_cpu maps" depends on DEBUG_KERNEL depends on SMP - default n ---help--- Say Y to verify that the per_cpu map being accessed has been setup. Adds a fair amount of code to kernel memory |