From: Adrian Bunk <bunk@kernel.org>
Date: Mon, 29 Oct 2007 12:49:16 +0000 (+0100)
Subject: remove the dead X86_REMOTE_DEBUG option
X-Git-Tag: firefly_0821_release~24559^2~1
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=076e21a0142ac33d53bc0cca58c6170d4ad14f5d;p=firefly-linux-kernel-4.4.55.git

remove the dead X86_REMOTE_DEBUG option

This patch removes the dead X86_REMOTE_DEBUG option.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
---

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