diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-01-31 18:18:43 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-22 23:46:38 +0200 |
commit | 3165c846a2aa7ce25d5f1db6be9960ebeeb9bb0b (patch) | |
tree | d36ddc166218d71f06a33be03559272ded98a27b /arch/mips/Kconfig | |
parent | a389d084adf08beccb1a457e6f96873f2d557685 (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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 8190bdcd5a6..b805ccd72d9 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" |