diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-27 09:17:20 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:19:09 +0200 |
commit | 80fb55a951df5974e12c935d9e7dd9103539fb8e (patch) | |
tree | 060e310e43a7a58ae39bf1d0279bc6ff1905dab0 /arch/mips/Kconfig | |
parent | eb63875c2821cf125f133fa3292e7591dca7c7d5 (diff) | |
download | linux-80fb55a951df5974e12c935d9e7dd9103539fb8e.tar.bz2 |
MIPS: ralink: adds support for RT2880 SoC family
Add support code for rt2880 SOC.
The code detects the SoC and registers the clk / pinmux settings.
Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/5176/
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 27a4bfa0e7c8..c1997db9c57c 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1144,7 +1144,7 @@ config BOOT_ELF32 config MIPS_L1_CACHE_SHIFT int - default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL + default "4" if MACH_DECSTATION || MIKROTIK_RB532 || PMC_MSP4200_EVAL || SOC_RT288X default "6" if MIPS_CPU_SCACHE default "7" if SGI_IP22 || SGI_IP27 || SGI_IP28 || SNI_RM || CPU_CAVIUM_OCTEON default "5" |