diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 998e5db8cc0f..25f3b0a11ca8 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -72,6 +72,7 @@ config MIPS_COBALT | |||
72 | select IRQ_CPU | 72 | select IRQ_CPU |
73 | select IRQ_GT641XX | 73 | select IRQ_GT641XX |
74 | select PCI_GT64XXX_PCI0 | 74 | select PCI_GT64XXX_PCI0 |
75 | select PCI | ||
75 | select SYS_HAS_CPU_NEVADA | 76 | select SYS_HAS_CPU_NEVADA |
76 | select SYS_HAS_EARLY_PRINTK | 77 | select SYS_HAS_EARLY_PRINTK |
77 | select SYS_SUPPORTS_32BIT_KERNEL | 78 | select SYS_SUPPORTS_32BIT_KERNEL |
@@ -593,7 +594,7 @@ config WR_PPMC | |||
593 | board, which is based on GT64120 bridge chip. | 594 | board, which is based on GT64120 bridge chip. |
594 | 595 | ||
595 | config CAVIUM_OCTEON_SIMULATOR | 596 | config CAVIUM_OCTEON_SIMULATOR |
596 | bool "Support for the Cavium Networks Octeon Simulator" | 597 | bool "Cavium Networks Octeon Simulator" |
597 | select CEVT_R4K | 598 | select CEVT_R4K |
598 | select 64BIT_PHYS_ADDR | 599 | select 64BIT_PHYS_ADDR |
599 | select DMA_COHERENT | 600 | select DMA_COHERENT |
@@ -607,7 +608,7 @@ config CAVIUM_OCTEON_SIMULATOR | |||
607 | hardware. | 608 | hardware. |
608 | 609 | ||
609 | config CAVIUM_OCTEON_REFERENCE_BOARD | 610 | config CAVIUM_OCTEON_REFERENCE_BOARD |
610 | bool "Support for the Cavium Networks Octeon reference board" | 611 | bool "Cavium Networks Octeon reference board" |
611 | select CEVT_R4K | 612 | select CEVT_R4K |
612 | select 64BIT_PHYS_ADDR | 613 | select 64BIT_PHYS_ADDR |
613 | select DMA_COHERENT | 614 | select DMA_COHERENT |
@@ -1411,13 +1412,12 @@ config PAGE_SIZE_4KB | |||
1411 | 1412 | ||
1412 | config PAGE_SIZE_8KB | 1413 | config PAGE_SIZE_8KB |
1413 | bool "8kB" | 1414 | bool "8kB" |
1414 | depends on EXPERIMENTAL && CPU_R8000 | 1415 | depends on (EXPERIMENTAL && CPU_R8000) || CPU_CAVIUM_OCTEON |
1415 | help | 1416 | help |
1416 | Using 8kB page size will result in higher performance kernel at | 1417 | Using 8kB page size will result in higher performance kernel at |
1417 | the price of higher memory consumption. This option is available | 1418 | the price of higher memory consumption. This option is available |
1418 | only on the R8000 processor. Not that at the time of this writing | 1419 | only on R8000 and cnMIPS processors. Note that you will need a |
1419 | this option is still high experimental; there are also issues with | 1420 | suitable Linux distribution to support this. |
1420 | compatibility of user applications. | ||
1421 | 1421 | ||
1422 | config PAGE_SIZE_16KB | 1422 | config PAGE_SIZE_16KB |
1423 | bool "16kB" | 1423 | bool "16kB" |
@@ -1428,6 +1428,15 @@ config PAGE_SIZE_16KB | |||
1428 | all non-R3000 family processors. Note that you will need a suitable | 1428 | all non-R3000 family processors. Note that you will need a suitable |
1429 | Linux distribution to support this. | 1429 | Linux distribution to support this. |
1430 | 1430 | ||
1431 | config PAGE_SIZE_32KB | ||
1432 | bool "32kB" | ||
1433 | depends on CPU_CAVIUM_OCTEON | ||
1434 | help | ||
1435 | Using 32kB page size will result in higher performance kernel at | ||
1436 | the price of higher memory consumption. This option is available | ||
1437 | only on cnMIPS cores. Note that you will need a suitable Linux | ||
1438 | distribution to support this. | ||
1439 | |||
1431 | config PAGE_SIZE_64KB | 1440 | config PAGE_SIZE_64KB |
1432 | bool "64kB" | 1441 | bool "64kB" |
1433 | depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX | 1442 | depends on EXPERIMENTAL && !CPU_R3000 && !CPU_TX39XX |
@@ -1958,10 +1967,6 @@ config SECCOMP | |||
1958 | 1967 | ||
1959 | endmenu | 1968 | endmenu |
1960 | 1969 | ||
1961 | config RWSEM_GENERIC_SPINLOCK | ||
1962 | bool | ||
1963 | default y | ||
1964 | |||
1965 | config LOCKDEP_SUPPORT | 1970 | config LOCKDEP_SUPPORT |
1966 | bool | 1971 | bool |
1967 | default y | 1972 | default y |