diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2008-07-29 16:58:52 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-07-30 16:54:42 -0400 |
commit | 8d60a903d986ffa26c41f0092320a3b9da20bfaf (patch) | |
tree | f05a8ae48e275d55fcfd3acfb7b3b1b601da56ea /arch/mips/txx9/Kconfig | |
parent | 8f8da9adebdf04bfb3b812a7de8706fbf179fd2c (diff) |
[MIPS] kgdb: Remove existing implementation
This patch explicitly removes the kgdb implementation, for mips which
is intended to be followed by a patch that adds a kgdb implementation
for MIPS that makes use of the kgdb core in the kernel.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/txx9/Kconfig')
-rw-r--r-- | arch/mips/txx9/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/txx9/Kconfig b/arch/mips/txx9/Kconfig index d1dd1195036f..840fe757c48d 100644 --- a/arch/mips/txx9/Kconfig +++ b/arch/mips/txx9/Kconfig | |||
@@ -60,7 +60,6 @@ config SOC_TX4927 | |||
60 | select HW_HAS_PCI | 60 | select HW_HAS_PCI |
61 | select IRQ_TXX9 | 61 | select IRQ_TXX9 |
62 | select PCI_TX4927 | 62 | select PCI_TX4927 |
63 | select SYS_SUPPORTS_KGDB | ||
64 | select GPIO_TXX9 | 63 | select GPIO_TXX9 |
65 | 64 | ||
66 | config SOC_TX4938 | 65 | config SOC_TX4938 |
@@ -70,7 +69,6 @@ config SOC_TX4938 | |||
70 | select HW_HAS_PCI | 69 | select HW_HAS_PCI |
71 | select IRQ_TXX9 | 70 | select IRQ_TXX9 |
72 | select PCI_TX4927 | 71 | select PCI_TX4927 |
73 | select SYS_SUPPORTS_KGDB | ||
74 | select GPIO_TXX9 | 72 | select GPIO_TXX9 |
75 | 73 | ||
76 | config TOSHIBA_FPCIB0 | 74 | config TOSHIBA_FPCIB0 |