aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-01-31 12:18:44 -0500
committerJohn Crispin <blogic@openwrt.org>2012-08-22 17:46:38 -0400
commit91405eb69ee007ee854aa917e2a15e6ccede2cd1 (patch)
tree17b88b93c239d83f8fc1a62780a36843bbf2944d /arch/mips/Kconfig
parent3165c846a2aa7ce25d5f1db6be9960ebeeb9bb0b (diff)
MIPS: introduce CPU_R4K_FPU
R4K-style CPUs have this boolean defined by default. Allows us to remove some lines in arch/mips/kernel/Makefile. Signed-off-by: Florian Fainelli <florian@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/3330/ 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 b805ccd72d98..0920936fc67f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1884,6 +1884,10 @@ config CPU_GENERIC_DUMP_TLB
1884 bool 1884 bool
1885 default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX) 1885 default y if !(CPU_R3000 || CPU_R6000 || CPU_R8000 || CPU_TX39XX)
1886 1886
1887config CPU_R4K_FPU
1888 bool
1889 default y if !(CPU_R3000 || CPU_R6000 || CPU_TX39XX || CPU_CAVIUM_OCTEON)
1890
1887choice 1891choice
1888 prompt "MIPS MT options" 1892 prompt "MIPS MT options"
1889 1893