diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-05 17:07:19 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-05-07 10:48:27 -0700 |
commit | 4f0f02cc4b5406a3dc0079722aaa01b31c5783f7 (patch) | |
tree | 5bc79382ab08eb36fcdc4277b4c7f1bffa9d4cc9 /arch/arm/mach-omap2/Kconfig | |
parent | d85d5247885ef2e8192287b895c2e381fa931b0b (diff) | |
download | linux-4f0f02cc4b5406a3dc0079722aaa01b31c5783f7.tar.bz2 |
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>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r-- | arch/arm/mach-omap2/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index dca7d06c0b93..ea23205bf70f 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -66,7 +66,6 @@ config SOC_AM43XX select ARCH_OMAP2PLUS select ARM_GIC select MACH_OMAP_GENERIC - select MIGHT_HAVE_CACHE_L2X0 select HAVE_ARM_SCU select GENERIC_CLOCKEVENTS_BROADCAST select HAVE_ARM_TWD |