diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-05 09:56:28 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-10-05 09:56:28 -0400 |
commit | 382fc33b4a04e2dde89b4c69a6880e0c7d9761e2 (patch) | |
tree | 9d13ef333c4e841756c45bf29600ceac28e3f85e /arch/mips/Kconfig | |
parent | 97541ccfb9db2bb9cd1dde6344d5834438d14bda (diff) | |
parent | 986936d7c2f83427bb3bf1e629eba4373438e151 (diff) |
Merge branch 'master' of git://dev.phrozen.org/mips-next into mips-for-linux-next
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index bbd193b9dfbb..4cd538b42a3f 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -844,6 +844,7 @@ config NLM_XLP_BOARD | |||
844 | select ZONE_DMA if 64BIT | 844 | select ZONE_DMA if 64BIT |
845 | select SYNC_R4K | 845 | select SYNC_R4K |
846 | select SYS_HAS_EARLY_PRINTK | 846 | select SYS_HAS_EARLY_PRINTK |
847 | select USE_OF | ||
847 | help | 848 | help |
848 | This board is based on Netlogic XLP Processor. | 849 | This board is based on Netlogic XLP Processor. |
849 | Say Y here if you have a XLP based board. | 850 | Say Y here if you have a XLP based board. |
@@ -1892,6 +1893,18 @@ config SIBYTE_DMA_PAGEOPS | |||
1892 | config CPU_HAS_PREFETCH | 1893 | config CPU_HAS_PREFETCH |
1893 | bool | 1894 | bool |
1894 | 1895 | ||
1896 | config CPU_GENERIC_DUMP_TLB | ||
1897 | bool | ||
1898 | default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX) | ||
1899 | |||
1900 | config CPU_R4K_FPU | ||
1901 | bool | ||
1902 | default y if !(CPU_R3000 || CPU_R6000 || CPU_TX39XX || CPU_CAVIUM_OCTEON) | ||
1903 | |||
1904 | config CPU_R4K_CACHE_TLB | ||
1905 | bool | ||
1906 | default y if !(CPU_R3000 || CPU_R8000 || CPU_SB1 || CPU_TX39XX || CPU_CAVIUM_OCTEON) | ||
1907 | |||
1895 | choice | 1908 | choice |
1896 | prompt "MIPS MT options" | 1909 | prompt "MIPS MT options" |
1897 | 1910 | ||