aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.debug
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-29 13:49:16 +0100
committerThomas Gleixner <tglx@linutronix.de>2007-10-30 00:22:22 +0100
commit076e21a0142ac33d53bc0cca58c6170d4ad14f5d (patch)
tree7603b3ab30fd64d9b35708eb4fa5cc0a19a9ea64 /arch/x86/Kconfig.debug
parentx86: merge EARLY_PRINTK options (diff)
downloadlinux-dev-076e21a0142ac33d53bc0cca58c6170d4ad14f5d.tar.xz
linux-dev-076e21a0142ac33d53bc0cca58c6170d4ad14f5d.zip
remove the dead X86_REMOTE_DEBUG option
This patch removes the dead X86_REMOTE_DEBUG option. Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to '')
-rw-r--r--arch/x86/Kconfig.debug3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug
index 6f32beb2c47f..761ca7b5f120 100644
--- a/arch/x86/Kconfig.debug
+++ b/arch/x86/Kconfig.debug
@@ -112,7 +112,4 @@ config IOMMU_LEAK
Add a simple leak tracer to the IOMMU code. This is useful when you
are debugging a buggy device driver that leaks IOMMU mappings.
-#config X86_REMOTE_DEBUG
-# bool "kgdb debugging stub"
-
endmenu