diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8190bdcd5a6a..b805ccd72d98 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1880,6 +1880,10 @@ config SIBYTE_DMA_PAGEOPS | |||
1880 | config CPU_HAS_PREFETCH | 1880 | config CPU_HAS_PREFETCH |
1881 | bool | 1881 | bool |
1882 | 1882 | ||
1883 | config CPU_GENERIC_DUMP_TLB | ||
1884 | bool | ||
1885 | default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX) | ||
1886 | |||
1883 | choice | 1887 | choice |
1884 | prompt "MIPS MT options" | 1888 | prompt "MIPS MT options" |
1885 | 1889 | ||