diff options
author | Chris Dearman <chris@mips.com> | 2006-06-20 12:15:20 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-29 16:10:52 -0400 |
commit | 9318c51acd9689505850152cc98277a6d6f2d752 (patch) | |
tree | 7a8d49a377bed11ba2a45643c08af47f1222c51b /arch/mips/Kconfig | |
parent | f7a849153be3b66326b52dce0d07896b56cb4cd7 (diff) |
[MIPS] MIPS32/MIPS64 secondary cache management
Signed-off-by: Chris Dearman <chris@mips.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 8 |
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 | # | ||
1485 | config MIPS_CPU_SCACHE | ||
1486 | bool | ||
1487 | select BOARD_SCACHE | ||
1488 | |||
1481 | config R5000_CPU_SCACHE | 1489 | config R5000_CPU_SCACHE |
1482 | bool | 1490 | bool |
1483 | select BOARD_SCACHE | 1491 | select BOARD_SCACHE |