diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-11 23:31:49 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:32 -0400 |
commit | f4b7cdb4814e9ad1ec662bad5fccc4d37bcc6d4c (patch) | |
tree | e86e41686eb2c6bb2b8e2585ea21191a12dfd220 /arch/mips/Kconfig | |
parent | 79acf83e509dd0ca3db6c747bf58931984abc6e3 (diff) |
Enable RM7000 secondary cache for Atlas and Malta boards.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 312b6975094f..5701ee3cd387 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -331,6 +331,7 @@ config MIPS_ATLAS | |||
331 | select DMA_NONCOHERENT | 331 | select DMA_NONCOHERENT |
332 | select HW_HAS_PCI | 332 | select HW_HAS_PCI |
333 | select MIPS_GT64120 | 333 | select MIPS_GT64120 |
334 | select RM7000_CPU_SCACHE | ||
334 | select SWAP_IO_SPACE | 335 | select SWAP_IO_SPACE |
335 | select SYS_SUPPORTS_32BIT_KERNEL | 336 | select SYS_SUPPORTS_32BIT_KERNEL |
336 | select SYS_SUPPORTS_64BIT_KERNEL | 337 | select SYS_SUPPORTS_64BIT_KERNEL |
@@ -347,6 +348,7 @@ config MIPS_MALTA | |||
347 | select HW_HAS_PCI | 348 | select HW_HAS_PCI |
348 | select I8259 | 349 | select I8259 |
349 | select MIPS_GT64120 | 350 | select MIPS_GT64120 |
351 | select RM7000_CPU_SCACHE | ||
350 | select SWAP_IO_SPACE | 352 | select SWAP_IO_SPACE |
351 | select SYS_SUPPORTS_32BIT_KERNEL | 353 | select SYS_SUPPORTS_32BIT_KERNEL |
352 | select SYS_SUPPORTS_64BIT_KERNEL | 354 | select SYS_SUPPORTS_64BIT_KERNEL |