diff options
author | thomas@koeller.dyndns.org <thomas@koeller.dyndns.org> | 2006-08-27 07:51:48 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-09-27 08:37:51 -0400 |
commit | 663c3d9009c1a41194b8390abdcea61e3ade1c8f (patch) | |
tree | d764c5c0ae81d677f52ede0d4b73547112e35454 /arch | |
parent | 0c68a9b6a7da0cc9095c117bea573f9058b00fff (diff) |
[MIPS] Add configuration variables for RM9xxx processor
This patch introduces a number of configuration variables. These allow to
specify presence/absence of integrated peripherals found on the MIPS
RM9xxx processor family, based on the particular processor model used.
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-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. |