From: Lubomir Rintel Date: Fri, 7 Jun 2019 21:28:20 +0000 (+0200) Subject: ARM: mmp: don't select CACHE_TAUROS2 on all ARCH_MMP X-Git-Tag: v5.15~4959^2~11^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df8bf2d8a02082aba00dfbe6b93573fb008939d0;p=platform%2Fkernel%2Flinux-starfive.git ARM: mmp: don't select CACHE_TAUROS2 on all ARCH_MMP MMP3 has a PJ4B with a Tauros 3 cache controller that uses CACHE_L2X0 instead, while CACHE_TAUROS2 is present on PJ4 and PJ1 (Mohawk) based platforms only. Signed-off-by: Lubomir Rintel --- diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 0ab3a86..da31f22 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -1041,7 +1041,7 @@ endif config CACHE_TAUROS2 bool "Enable the Tauros2 L2 cache controller" - depends on (ARCH_DOVE || ARCH_MMP || CPU_PJ4) + depends on (CPU_MOHAWK || CPU_PJ4) default y select OUTER_CACHE help