diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 998e5db8cc0f..09b1287a92ce 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1411,13 +1411,12 @@ config PAGE_SIZE_4KB | |||
1411 | 1411 | ||
1412 | config PAGE_SIZE_8KB | 1412 | config PAGE_SIZE_8KB |
1413 | bool "8kB" | 1413 | bool "8kB" |
1414 | depends on EXPERIMENTAL && CPU_R8000 | 1414 | depends on (EXPERIMENTAL && CPU_R8000) || CPU_CAVIUM_OCTEON |
1415 | help | 1415 | help |
1416 | Using 8kB page size will result in higher performance kernel at | 1416 | Using 8kB page size will result in higher performance kernel at |
1417 | the price of higher memory consumption. This option is available | 1417 | the price of higher memory consumption. This option is available |
1418 | only on the R8000 processor. Not that at the time of this writing | 1418 | only on R8000 and cnMIPS processors. Note that you will need a |
1419 | this option is still high experimental; there are also issues with | 1419 | suitable Linux distribution to support this. |
1420 | compatibility of user applications. | ||
1421 | 1420 | ||
1422 | config PAGE_SIZE_16KB | 1421 | config PAGE_SIZE_16KB |
1423 | bool "16kB" | 1422 | bool "16kB" |
@@ -1428,6 +1427,15 @@ config PAGE_SIZE_16KB | |||
1428 | all non-R3000 family processors. Note that you will need a suitable | 1427 | all non-R3000 family processors. Note that you will need a suitable |
1429 | Linux distribution to support this. | 1428 | Linux distribution to support this. |
1430 | 1429 | ||
1430 | config PAGE_SIZE_32KB | ||
1431 | bool "32kB" | ||
1432 | depends on CPU_CAVIUM_OCTEON | ||
1433 | help | ||
1434 | Using 32kB page size will result in higher performance kernel at | ||
1435 | the price of higher memory consumption. This option is available | ||
1436 | only on cnMIPS cores. Note that you will need a suitable Linux | ||
1437 | distribution to support this. | ||
1438 | |||
1431 | config PAGE_SIZE_64KB | 1439 | config PAGE_SIZE_64KB |
1432 | bool "64kB" | 1440 | bool "64kB" |
1433 | depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX | 1441 | depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX |
@@ -1958,10 +1966,6 @@ config SECCOMP | |||
1958 | 1966 | ||
1959 | endmenu | 1967 | endmenu |
1960 | 1968 | ||
1961 | config RWSEM_GENERIC_SPINLOCK | ||
1962 | bool | ||
1963 | default y | ||
1964 | |||
1965 | config LOCKDEP_SUPPORT | 1969 | config LOCKDEP_SUPPORT |
1966 | bool | 1970 | bool |
1967 | default y | 1971 | default y |