summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMarkos Chandras2014-11-19 12:31:56 +0100
committerMarkos Chandras2015-02-17 16:37:39 +0100
commit575509b6474c100912d9b6ae168fe2520b6e8775 (patch)
tree0ff29c42e2891b531deba218d00a68b9d27b428e /arch/mips/Kconfig
parentMIPS: kernel: elf: Improve the overall ABI and FPU mode checks (diff)
downloadkernel-qcow2-linux-575509b6474c100912d9b6ae168fe2520b6e8775.tar.gz
kernel-qcow2-linux-575509b6474c100912d9b6ae168fe2520b6e8775.tar.xz
kernel-qcow2-linux-575509b6474c100912d9b6ae168fe2520b6e8775.zip
MIPS: Malta: Add support for building MIPS R6 kernel
The Malta platform supports MIPS R6 (via QEMU or real bitstreams) so add support for it. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index afa808ab9f44..8523db534919 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -377,8 +377,10 @@ config MIPS_MALTA
select SYS_HAS_CPU_MIPS32_R1
select SYS_HAS_CPU_MIPS32_R2
select SYS_HAS_CPU_MIPS32_R3_5
+ select SYS_HAS_CPU_MIPS32_R6
select SYS_HAS_CPU_MIPS64_R1
select SYS_HAS_CPU_MIPS64_R2
+ select SYS_HAS_CPU_MIPS64_R6
select SYS_HAS_CPU_NEVADA
select SYS_HAS_CPU_RM7000
select SYS_SUPPORTS_32BIT_KERNEL