diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-10-29 08:49:16 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-29 19:22:22 -0400 |
commit | 076e21a0142ac33d53bc0cca58c6170d4ad14f5d (patch) | |
tree | 7603b3ab30fd64d9b35708eb4fa5cc0a19a9ea64 /arch/x86/Kconfig.debug | |
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>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-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 6f32beb2c47f..761ca7b5f120 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -112,7 +112,4 @@ config IOMMU_LEAK | |||
112 | Add a simple leak tracer to the IOMMU code. This is useful when you | 112 | Add a simple leak tracer to the IOMMU code. This is useful when you |
113 | are debugging a buggy device driver that leaks IOMMU mappings. | 113 | are debugging a buggy device driver that leaks IOMMU mappings. |
114 | 114 | ||
115 | #config X86_REMOTE_DEBUG | ||
116 | # bool "kgdb debugging stub" | ||
117 | |||
118 | endmenu | 115 | endmenu |