aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorFranck Bui-Huu <fbuihuu@gmail.com>2007-05-07 12:01:51 -0400
committerRalf Baechle <ralf@linux-mips.org>2007-05-11 09:28:31 -0400
commit1e54f778af4467b816bf1289e7c4bf7e50067b7b (patch)
treec6b6daff71c7e26d59dc84a61fb05ff1fe3dac02 /arch/mips/Kconfig
parent0b6249567b4ecf6e9d5a8efcf149f3e7cf788cc0 (diff)
[MIPS] Remove Momenco Ocelot G support
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig23
1 files changed, 3 insertions, 20 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b684385c4e65..ea3c53966dfd 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -446,23 +446,6 @@ config MOMENCO_OCELOT_C
446 The Ocelot is a MIPS-based Single Board Computer (SBC) made by 446 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
447 Momentum Computer <http://www.momenco.com/>. 447 Momentum Computer <http://www.momenco.com/>.
448 448
449config MOMENCO_OCELOT_G
450 bool "Momentum Ocelot-G board"
451 select DMA_NONCOHERENT
452 select HW_HAS_PCI
453 select IRQ_CPU
454 select IRQ_CPU_RM7K
455 select PCI_MARVELL
456 select RM7000_CPU_SCACHE
457 select SWAP_IO_SPACE
458 select SYS_HAS_CPU_RM7000
459 select SYS_SUPPORTS_32BIT_KERNEL
460 select SYS_SUPPORTS_64BIT_KERNEL if BROKEN
461 select SYS_SUPPORTS_BIG_ENDIAN
462 help
463 The Ocelot is a MIPS-based Single Board Computer (SBC) made by
464 Momentum Computer <http://www.momenco.com/>.
465
466config MIPS_XXS1500 449config MIPS_XXS1500
467 bool "MyCable XXS1500 board" 450 bool "MyCable XXS1500 board"
468 select DMA_NONCOHERENT 451 select DMA_NONCOHERENT
@@ -1081,9 +1064,9 @@ config WDT_RM9000
1081choice 1064choice
1082 prompt "Galileo Chip Clock" 1065 prompt "Galileo Chip Clock"
1083 #default SYSCLK_83 if MIPS_EV64120 1066 #default SYSCLK_83 if MIPS_EV64120
1084 depends on MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G 1067 depends on MIPS_EV64120 || MOMENCO_OCELOT
1085 default SYSCLK_83 if MIPS_EV64120 1068 default SYSCLK_83 if MIPS_EV64120
1086 default SYSCLK_100 if MOMENCO_OCELOT || MOMENCO_OCELOT_G 1069 default SYSCLK_100 if MOMENCO_OCELOT
1087 1070
1088config SYSCLK_75 1071config SYSCLK_75
1089 bool "75" if MIPS_EV64120 1072 bool "75" if MIPS_EV64120
@@ -1092,7 +1075,7 @@ config SYSCLK_83
1092 bool "83.3" if MIPS_EV64120 1075 bool "83.3" if MIPS_EV64120
1093 1076
1094config SYSCLK_100 1077config SYSCLK_100
1095 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT || MOMENCO_OCELOT_G 1078 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT
1096 1079
1097endchoice 1080endchoice
1098 1081