CVSROOT: /home/cvs
Module name: linux
Changes by: macro@ftp.linux-mips.org 05/02/12 04:31:49
Modified files:
arch/mips : Kconfig
Log message:
Enable RM7000 secondary cache for Atlas and Malta boards.
diff -urN linux/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux/arch/mips/Kconfig 2005/02/07 02:54:33 1.139
+++ linux/arch/mips/Kconfig 2005/02/12 04:31:49 1.140
@@ -227,6 +227,7 @@
select MIPS_BONITO64
select MIPS_GT64120
select MIPS_MSC
+ select RM7000_CPU_SCACHE
select SWAP_IO_SPACE
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL
@@ -248,6 +249,7 @@
select MIPS_BONITO64
select MIPS_GT64120
select MIPS_MSC
+ select RM7000_CPU_SCACHE
select SWAP_IO_SPACE
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_64BIT_KERNEL
|