diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 991b329224e7..235208d658ff 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -126,6 +126,7 @@ config BASLER_EXCITE | |||
126 | select IRQ_CPU | 126 | select IRQ_CPU |
127 | select IRQ_CPU_RM7K | 127 | select IRQ_CPU_RM7K |
128 | select IRQ_CPU_RM9K | 128 | select IRQ_CPU_RM9K |
129 | select MIPS_RM9122 | ||
129 | select SYS_HAS_CPU_RM9000 | 130 | select SYS_HAS_CPU_RM9000 |
130 | select SYS_SUPPORTS_32BIT_KERNEL | 131 | select SYS_SUPPORTS_32BIT_KERNEL |
131 | select SYS_SUPPORTS_64BIT_KERNEL | 132 | select SYS_SUPPORTS_64BIT_KERNEL |
@@ -973,6 +974,12 @@ config MIPS_TX3927 | |||
973 | bool | 974 | bool |
974 | select HAS_TXX9_SERIAL | 975 | select HAS_TXX9_SERIAL |
975 | 976 | ||
977 | config MIPS_RM9122 | ||
978 | bool | ||
979 | select SERIAL_RM9000 | ||
980 | select GPI_RM9000 | ||
981 | select WDT_RM9000 | ||
982 | |||
976 | config PCI_MARVELL | 983 | config PCI_MARVELL |
977 | bool | 984 | bool |
978 | 985 | ||
@@ -1023,6 +1030,15 @@ config EMMA2RH | |||
1023 | depends on MARKEINS | 1030 | depends on MARKEINS |
1024 | default y | 1031 | default y |
1025 | 1032 | ||
1033 | config SERIAL_RM9000 | ||
1034 | bool | ||
1035 | |||
1036 | config GPI_RM9000 | ||
1037 | bool | ||
1038 | |||
1039 | config WDT_RM9000 | ||
1040 | bool | ||
1041 | |||
1026 | # | 1042 | # |
1027 | # Unfortunately not all GT64120 systems run the chip at the same clock. | 1043 | # Unfortunately not all GT64120 systems run the chip at the same clock. |
1028 | # As the user for the clock rate and try to minimize the available options. | 1044 | # As the user for the clock rate and try to minimize the available options. |