aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-01-31 12:18:43 -0500
committerJohn Crispin <blogic@openwrt.org>2012-08-22 17:46:38 -0400
commit3165c846a2aa7ce25d5f1db6be9960ebeeb9bb0b (patch)
treed36ddc166218d71f06a33be03559272ded98a27b /arch/mips/Kconfig
parenta389d084adf08beccb1a457e6f96873f2d557685 (diff)
MIPS: introduce CPU_GENERIC_DUMP_TLB
Allows us not to duplicate more lines in arch/mips/lib/Makefile. Signed-off-by: Florian Fainelli <florian@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/3329/ Signed-off-by: John Crispin <blogic@openwrt.org>
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