ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 5 May 2020 15:07:19 +0000 (17:07 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 7 May 2020 17:48:27 +0000 (10:48 -0700)
commit4f0f02cc4b5406a3dc0079722aaa01b31c5783f7
tree5bc79382ab08eb36fcdc4277b4c7f1bffa9d4cc9
parentd85d5247885ef2e8192287b895c2e381fa931b0b
ARM: omap2plus: Drop unneeded select of MIGHT_HAVE_CACHE_L2X0

Support for TI AM43x 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
SOC_AM43XX to select MIGHT_HAVE_CACHE_L2X0.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig