Message ID | 20200505150722.1575-13-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | 4f0f02cc4b5406a3dc0079722aaa01b31c5783f7 |
Headers | show |
Series | ARM: Drop unneeded select of multi-platform selected options | expand |
* Geert Uytterhoeven <geert+renesas@glider.be> [200505 08:08]: > 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> > --- > v2: > - Add Acked-by. I'll queue this into omap-for-v5.8/soc tomorrow assuming nobody else has it already applied. Tony > --- > arch/arm/mach-omap2/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig > index dca7d06c0b938619..ea23205bf70f4df6 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 > -- > 2.17.1 >
* Tony Lindgren <tony@atomide.com> [200505 18:27]: > * Geert Uytterhoeven <geert+renesas@glider.be> [200505 08:08]: > > 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> > > --- > > v2: > > - Add Acked-by. > > I'll queue this into omap-for-v5.8/soc tomorrow assuming nobody else > has it already applied. OK applying int omap-for-v5.8/soc thanks. Tony
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index dca7d06c0b938619..ea23205bf70f4df6 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