summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMarkos Chandras2014-11-13 14:32:03 +0100
committerMarkos Chandras2015-02-17 16:37:20 +0100
commita7e07b1ae550303c6611f4d3b054a4f9c2bc8a9e (patch)
tree94722e7eefa771f02592749ca425c7243ad8d3e5 /arch/mips/Kconfig
parentMIPS: asm: r4kcache: Add MIPS R6 cache unroll functions (diff)
downloadkernel-qcow2-linux-a7e07b1ae550303c6611f4d3b054a4f9c2bc8a9e.tar.gz
kernel-qcow2-linux-a7e07b1ae550303c6611f4d3b054a4f9c2bc8a9e.tar.xz
kernel-qcow2-linux-a7e07b1ae550303c6611f4d3b054a4f9c2bc8a9e.zip
MIPS: asm: spram: Add new symbol for MIPS scratch pad storage
MIPS R6, just like MIPS R2, have scratch pad storage, so add a new symbol which is selected by MIPS R2 and R6. Link: http://www.linux-mips.org/archives/linux-mips/2015-01/msg00389.html Cc: Maciej W. Rozycki <macro@linux-mips.org> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 0a8508b4803d..883eb3aacedf 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1150,6 +1150,9 @@ config SOC_PNX8335
bool
select SOC_PNX833X
+config MIPS_SPRAM
+ bool
+
config SWAP_IO_SPACE
bool
@@ -1821,10 +1824,12 @@ config CPU_MIPSR1
config CPU_MIPSR2
bool
default y if CPU_MIPS32_R2 || CPU_MIPS64_R2 || CPU_CAVIUM_OCTEON
+ select MIPS_SPRAM
config CPU_MIPSR6
bool
default y if CPU_MIPS32_R6 || CPU_MIPS64_R6
+ select MIPS_SPRAM
config EVA
bool