summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-01-31 18:18:43 +0100
committerJohn Crispin <blogic@openwrt.org>2012-08-22 23:46:38 +0200
commit3165c846a2aa7ce25d5f1db6be9960ebeeb9bb0b (patch)
treed36ddc166218d71f06a33be03559272ded98a27b /arch/mips/Kconfig
parenta389d084adf08beccb1a457e6f96873f2d557685 (diff)
downloadop-kernel-dev-3165c846a2aa7ce25d5f1db6be9960ebeeb9bb0b.zip
op-kernel-dev-3165c846a2aa7ce25d5f1db6be9960ebeeb9bb0b.tar.gz
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 8190bdc..b805ccd 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1880,6 +1880,10 @@ config SIBYTE_DMA_PAGEOPS
config CPU_HAS_PREFETCH
bool
+config CPU_GENERIC_DUMP_TLB
+ bool
+ default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX)
+
choice
prompt "MIPS MT options"
OpenPOWER on IntegriCloud