|
@@ -1627,14 +1627,6 @@ config CPU_R5500
|
|
NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
|
|
NEC VR5500 and VR5500A series processors implement 64-bit MIPS IV
|
|
instruction set.
|
|
instruction set.
|
|
|
|
|
|
-config CPU_R6000
|
|
|
|
- bool "R6000"
|
|
|
|
- depends on SYS_HAS_CPU_R6000
|
|
|
|
- select CPU_SUPPORTS_32BIT_KERNEL
|
|
|
|
- help
|
|
|
|
- MIPS Technologies R6000 and R6000A series processors. Note these
|
|
|
|
- processors are extremely rare and the support for them is incomplete.
|
|
|
|
-
|
|
|
|
config CPU_NEVADA
|
|
config CPU_NEVADA
|
|
bool "RM52xx"
|
|
bool "RM52xx"
|
|
depends on SYS_HAS_CPU_NEVADA
|
|
depends on SYS_HAS_CPU_NEVADA
|
|
@@ -1950,9 +1942,6 @@ config SYS_HAS_CPU_R5432
|
|
config SYS_HAS_CPU_R5500
|
|
config SYS_HAS_CPU_R5500
|
|
bool
|
|
bool
|
|
|
|
|
|
-config SYS_HAS_CPU_R6000
|
|
|
|
- bool
|
|
|
|
-
|
|
|
|
config SYS_HAS_CPU_NEVADA
|
|
config SYS_HAS_CPU_NEVADA
|
|
bool
|
|
bool
|
|
|
|
|
|
@@ -2180,7 +2169,7 @@ config PAGE_SIZE_32KB
|
|
|
|
|
|
config PAGE_SIZE_64KB
|
|
config PAGE_SIZE_64KB
|
|
bool "64kB"
|
|
bool "64kB"
|
|
- depends on !CPU_R3000 && !CPU_TX39XX && !CPU_R6000
|
|
|
|
|
|
+ depends on !CPU_R3000 && !CPU_TX39XX
|
|
help
|
|
help
|
|
Using 64kB page size will result in higher performance kernel at
|
|
Using 64kB page size will result in higher performance kernel at
|
|
the price of higher memory consumption. This option is available on
|
|
the price of higher memory consumption. This option is available on
|
|
@@ -2248,11 +2237,11 @@ config CPU_HAS_PREFETCH
|
|
|
|
|
|
config CPU_GENERIC_DUMP_TLB
|
|
config CPU_GENERIC_DUMP_TLB
|
|
bool
|
|
bool
|
|
- default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX)
|
|
|
|
|
|
+ default y if !(CPU_R3000 || CPU_R8000 || CPU_TX39XX)
|
|
|
|
|
|
config CPU_R4K_FPU
|
|
config CPU_R4K_FPU
|
|
bool
|
|
bool
|
|
- default y if !(CPU_R3000 || CPU_R6000 || CPU_TX39XX || CPU_CAVIUM_OCTEON)
|
|
|
|
|
|
+ default y if !(CPU_R3000 || CPU_TX39XX || CPU_CAVIUM_OCTEON)
|
|
|
|
|
|
config CPU_R4K_CACHE_TLB
|
|
config CPU_R4K_CACHE_TLB
|
|
bool
|
|
bool
|