aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 05663e5ddd39..bc6a8f97721d 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -325,6 +325,7 @@ config MIPS_MALTA
325 select I8259 325 select I8259
326 select MIPS_BOARDS_GEN 326 select MIPS_BOARDS_GEN
327 select MIPS_BONITO64 327 select MIPS_BONITO64
328 select MIPS_CPU_SCACHE
328 select MIPS_GT64120 329 select MIPS_GT64120
329 select MIPS_MSC 330 select MIPS_MSC
330 select SWAP_IO_SPACE 331 select SWAP_IO_SPACE
@@ -1478,6 +1479,13 @@ config IP22_CPU_SCACHE
1478 bool 1479 bool
1479 select BOARD_SCACHE 1480 select BOARD_SCACHE
1480 1481
1482#
1483# Support for a MIPS32 / MIPS64 style S-caches
1484#
1485config MIPS_CPU_SCACHE
1486 bool
1487 select BOARD_SCACHE
1488
1481config R5000_CPU_SCACHE 1489config R5000_CPU_SCACHE
1482 bool 1490 bool
1483 select BOARD_SCACHE 1491 select BOARD_SCACHE