diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 31 |
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 | ||
91 | config 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 | |||
109 | config MACH_JAZZ | 91 | config 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 | ||
662 | source "arch/mips/au1000/Kconfig" | 644 | source "arch/mips/au1000/Kconfig" |
663 | source "arch/mips/ddb5xxx/Kconfig" | 645 | source "arch/mips/ddb5xxx/Kconfig" |
664 | source "arch/mips/gt64120/ev64120/Kconfig" | ||
665 | source "arch/mips/jazz/Kconfig" | 646 | source "arch/mips/jazz/Kconfig" |
666 | source "arch/mips/lasat/Kconfig" | 647 | source "arch/mips/lasat/Kconfig" |
667 | source "arch/mips/pmc-sierra/Kconfig" | 648 | source "arch/mips/pmc-sierra/Kconfig" |
@@ -884,19 +865,11 @@ config SERIAL_RM9000 | |||
884 | # | 865 | # |
885 | choice | 866 | choice |
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 | ||
892 | config SYSCLK_75 | ||
893 | bool "75" if MIPS_EV64120 | ||
894 | |||
895 | config SYSCLK_83 | ||
896 | bool "83.3" if MIPS_EV64120 | ||
897 | |||
898 | config SYSCLK_100 | 871 | config SYSCLK_100 |
899 | bool "100" if MIPS_EV64120 || MOMENCO_OCELOT | 872 | bool "100" if MOMENCO_OCELOT |
900 | 873 | ||
901 | endchoice | 874 | endchoice |
902 | 875 | ||