Skip to content

Commit

Permalink
ARM: exynos: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0
Browse files Browse the repository at this point in the history
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 <geert+renesas@glider.be>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
  • Loading branch information
Geert Uytterhoeven authored and Krzysztof Kozlowski committed Jan 21, 2020
1 parent 5ec6fd3 commit 21829ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-exynos/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ config ARCH_EXYNOS4
select CLKSRC_SAMSUNG_PWM if CPU_EXYNOS4210
select CPU_EXYNOS4210
select GIC_NON_BANKED
select MIGHT_HAVE_CACHE_L2X0
help
Samsung Exynos4 (Cortex-A9) SoC based systems

Expand Down

0 comments on commit 21829ec

Please sign in to comment.