diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-29 13:49:16 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-30 00:22:22 +0100 |
commit | 076e21a0142ac33d53bc0cca58c6170d4ad14f5d (patch) | |
tree | 7603b3ab30fd64d9b35708eb4fa5cc0a19a9ea64 | |
parent | 1b8a8e95f9671ee449a794f87468738963393a72 (diff) |
remove the dead X86_REMOTE_DEBUG option
This patch removes the dead X86_REMOTE_DEBUG option.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
-rw-r--r-- | arch/x86/Kconfig.debug | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 6f32beb2c47..761ca7b5f12 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 |