Skip to content

Commit 21829ec

Browse files
geertukrzk
authored andcommitted
ARM: exynos: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0
Support for Samsung Exynos SoCs depends on ARCH_MULTI_V7, which selects ARCH_MULTI_V6_V7. As the latter selects MIGHT_HAVE_CACHE_L2X0, there is no need for ARCH_EXYNOS4 to select MIGHT_HAVE_CACHE_L2X0. Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 5ec6fd3 commit 21829ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/mach-exynos/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ config ARCH_EXYNOS4
6464
select CLKSRC_SAMSUNG_PWM if CPU_EXYNOS4210
6565
select CPU_EXYNOS4210
6666
select GIC_NON_BANKED
67-
select MIGHT_HAVE_CACHE_L2X0
6867
help
6968
Samsung Exynos4 (Cortex-A9) SoC based systems
7069

0 commit comments

Comments
 (0)