aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig4
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
1880config CPU_HAS_PREFETCH 1880config CPU_HAS_PREFETCH
1881 bool 1881 bool
1882 1882
1883config CPU_GENERIC_DUMP_TLB
1884 bool
1885 default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX)
1886
1883choice 1887choice
1884 prompt "MIPS MT options" 1888 prompt "MIPS MT options"
1885 1889