aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>2007-07-30 09:40:35 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-07-31 16:35:34 -0400
commitff32b062ea6d16a1c53d57da0ac9419c9d015534 (patch)
treec206f1e32f6b10149924fc48d359574b90410cb3 /arch/mips/Kconfig
parent796756bab6fd09111159b76288169e18fa13d3e8 (diff)
[MIPS] DDB5477: Remove support
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig25
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 1d9a65e4c5cc..3b404b7dfa39 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -227,26 +227,6 @@ config MIPS_SIM
227 This option enables support for MIPS Technologies MIPSsim software 227 This option enables support for MIPS Technologies MIPSsim software
228 emulator. 228 emulator.
229 229
230config DDB5477
231 bool "NEC DDB Vrc-5477"
232 select DDB5XXX_COMMON
233 select DMA_NONCOHERENT
234 select HW_HAS_PCI
235 select I8259
236 select IRQ_CPU
237 select SYS_HAS_CPU_R5432
238 select SYS_SUPPORTS_32BIT_KERNEL
239 select SYS_SUPPORTS_64BIT_KERNEL if EXPERIMENTAL
240 select SYS_SUPPORTS_KGDB
241 select SYS_SUPPORTS_KGDB
242 select SYS_SUPPORTS_LITTLE_ENDIAN
243 help
244 This enables support for the R5432-based NEC DDB Vrc-5477,
245 or Rockhopper/SolutionGear boards with R5432/R5500 CPUs.
246
247 Features : kernel debugging, serial terminal, NFS root fs, on-board
248 ether port USB, AC97, PCI, etc.
249
250config MARKEINS 230config MARKEINS
251 bool "NEC EMMA2RH Mark-eins" 231 bool "NEC EMMA2RH Mark-eins"
252 select DMA_NONCOHERENT 232 select DMA_NONCOHERENT
@@ -617,7 +597,6 @@ config WR_PPMC
617endchoice 597endchoice
618 598
619source "arch/mips/au1000/Kconfig" 599source "arch/mips/au1000/Kconfig"
620source "arch/mips/ddb5xxx/Kconfig"
621source "arch/mips/jazz/Kconfig" 600source "arch/mips/jazz/Kconfig"
622source "arch/mips/pmc-sierra/Kconfig" 601source "arch/mips/pmc-sierra/Kconfig"
623source "arch/mips/sgi-ip27/Kconfig" 602source "arch/mips/sgi-ip27/Kconfig"
@@ -789,10 +768,6 @@ config IRQ_MSP_SLP
789config IRQ_MSP_CIC 768config IRQ_MSP_CIC
790 bool 769 bool
791 770
792config DDB5XXX_COMMON
793 bool
794 select SYS_SUPPORTS_KGDB
795
796config MIPS_BOARDS_GEN 771config MIPS_BOARDS_GEN
797 bool 772 bool
798 773