aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig31
1 files changed, 2 insertions, 29 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index beff10528797..8750e611ef59 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -88,24 +88,6 @@ config MACH_DECSTATION
88 88
89 otherwise choose R3000. 89 otherwise choose R3000.
90 90
91config MIPS_EV64120
92 bool "Galileo EV64120 Evaluation board (EXPERIMENTAL)"
93 depends on EXPERIMENTAL
94 select DMA_NONCOHERENT
95 select HW_HAS_PCI
96 select PCI_GT64XXX_PCI0
97 select SYS_HAS_CPU_R5000
98 select SYS_SUPPORTS_32BIT_KERNEL
99 select SYS_SUPPORTS_64BIT_KERNEL
100 select SYS_SUPPORTS_BIG_ENDIAN
101 select SYS_SUPPORTS_KGDB
102 help
103 This is an evaluation board based on the Galileo GT-64120
104 single-chip system controller that contains a MIPS R5000 compatible
105 core running at 75/100MHz. Their website is located at
106 <http://www.marvell.com/>. Say Y here if you wish to build a
107 kernel for this platform.
108
109config MACH_JAZZ 91config MACH_JAZZ
110 bool "Jazz family of machines" 92 bool "Jazz family of machines"
111 select ARC 93 select ARC
@@ -661,7 +643,6 @@ endchoice
661 643
662source "arch/mips/au1000/Kconfig" 644source "arch/mips/au1000/Kconfig"
663source "arch/mips/ddb5xxx/Kconfig" 645source "arch/mips/ddb5xxx/Kconfig"
664source "arch/mips/gt64120/ev64120/Kconfig"
665source "arch/mips/jazz/Kconfig" 646source "arch/mips/jazz/Kconfig"
666source "arch/mips/lasat/Kconfig" 647source "arch/mips/lasat/Kconfig"
667source "arch/mips/pmc-sierra/Kconfig" 648source "arch/mips/pmc-sierra/Kconfig"
@@ -884,19 +865,11 @@ config SERIAL_RM9000
884# 865#
885choice 866choice
886 prompt "Galileo Chip Clock" 867 prompt "Galileo Chip Clock"
887 #default SYSCLK_83 if MIPS_EV64120 868 depends on MOMENCO_OCELOT
888 depends on MIPS_EV64120 || MOMENCO_OCELOT
889 default SYSCLK_83 if MIPS_EV64120
890 default SYSCLK_100 if MOMENCO_OCELOT 869 default SYSCLK_100 if MOMENCO_OCELOT
891 870
892config SYSCLK_75
893 bool "75" if MIPS_EV64120
894
895config SYSCLK_83
896 bool "83.3" if MIPS_EV64120
897
898config SYSCLK_100 871config SYSCLK_100
899 bool "100" if MIPS_EV64120 || MOMENCO_OCELOT 872 bool "100" if MOMENCO_OCELOT
900 873
901endchoice 874endchoice
902 875