summaryrefslogtreecommitdiff
path: root/arch/mips/ralink/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-01-14 17:54:38 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2014-01-24 21:39:55 (GMT)
commit930beb5ac09aaeee48d81c57aec0d17a42a33ce8 (patch)
tree3a146ffc4fa1fb74b4cf673b4040a7e54e5240f2 /arch/mips/ralink/Kconfig
parentdc4d7b377c1e07918eeca704477851ddef37d472 (diff)
downloadlinux-930beb5ac09aaeee48d81c57aec0d17a42a33ce8.tar.xz
MIPS: introduce MIPS_L1_CACHE_SHIFT_<N>
In order to avoid keeping an ever growing list of chips which need to select a specific MIPS_L1_CACHE_SHIFT value introduce multiple internal and non-exposed Kconfig symbols for the various MIPS_L1_CACHE_SHIFT values out there and update the relevant Kconfig symbols to select them. Signed-off-by: Florian Fainelli <florian@openwrt.org>
Diffstat (limited to 'arch/mips/ralink/Kconfig')
-rw-r--r--arch/mips/ralink/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ralink/Kconfig b/arch/mips/ralink/Kconfig
index 424f034..1bfd1c1 100644
--- a/arch/mips/ralink/Kconfig
+++ b/arch/mips/ralink/Kconfig
@@ -15,6 +15,7 @@ choice
config SOC_RT288X
bool "RT288x"
+ select MIPS_L1_CACHE_SHIFT_4
config SOC_RT305X
bool "RT305x"