diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-22 00:56:56 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-22 00:56:56 +0000 |
commit | 6045249bb5bcbd986ddc25b2e426d93bb2e1d521 (patch) | |
tree | b499f971b9e7ab9a99ad695b8289414f12e954f9 /arch/mips/config.in | |
parent | eb43875b44db5e846fdfb854921b56ab9f9febc1 (diff) |
Add RM7000 config option.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r-- | arch/mips/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index abe6fc881..fdca265d2 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -112,6 +112,7 @@ choice 'CPU type' \ R4300 CONFIG_CPU_R4300 \ R4x00 CONFIG_CPU_R4X00 \ R5000 CONFIG_CPU_R5000 \ + RM7000 CONFIG_CPU_RM7000 \ R56x0 CONFIG_CPU_NEVADA \ R8000 CONFIG_CPU_R8000 \ R10000 CONFIG_CPU_R10000" R4x00 |