diff options
author | Leonid Yegoshin <yegoshin@mips.com> | 2012-07-19 09:11:15 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-07-19 11:23:43 +0200 |
commit | 5d9fbed18e25c0ce4fe404550fdb46eaa54e52ce (patch) | |
tree | 1c6cecd1a0a26fd437d4e363be2515e8f4f6db06 /arch/mips/Kconfig | |
parent | a586e14f2c4932fd8d4f14f713874f84f36f91c6 (diff) | |
download | op-kernel-dev-5d9fbed18e25c0ce4fe404550fdb46eaa54e52ce.zip op-kernel-dev-5d9fbed18e25c0ce4fe404550fdb46eaa54e52ce.tar.gz |
MIPS: Malta may also be equipped with MIPS64 R2 processors.
Signed-off-by: Leonid Yegoshin <yegoshin@mips.com>
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3792/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 5eb8c93..b3e10fd 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -288,6 +288,7 @@ config MIPS_MALTA select SYS_HAS_CPU_MIPS32_R1 select SYS_HAS_CPU_MIPS32_R2 select SYS_HAS_CPU_MIPS64_R1 + select SYS_HAS_CPU_MIPS64_R2 select SYS_HAS_CPU_NEVADA select SYS_HAS_CPU_RM7000 select SYS_HAS_EARLY_PRINTK |