From: Adrian Bunk Date: Mon, 29 Oct 2007 12:49:16 +0000 (+0100) Subject: remove the dead X86_REMOTE_DEBUG option X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=076e21a0142ac33d53bc0cca58c6170d4ad14f5d;p=linux-beck.git remove the dead X86_REMOTE_DEBUG option This patch removes the dead X86_REMOTE_DEBUG option. Signed-off-by: Adrian Bunk --- 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