diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:04:37 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:04:37 +0200 |
commit | 2584d7e7f87ad0a57683dda8e7f17d8630c2eefc (patch) | |
tree | 8c68f7be95554692aa4a97ed479488472be80f9c /arch/arm/mach-omap2/Kconfig | |
parent | 3e1ea524d6db00b432eb93897f9de7091af9e549 (diff) | |
download | linux-2584d7e7f87ad0a57683dda8e7f17d8630c2eefc.tar.bz2 |
ARM: OMAP2+: Drop legacy platform data for omap4 hwmod
We can now probe interconnects with simple-pm-bus and genpd.
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 4178c0ee46eb..66fa24c8a63a 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -34,7 +34,6 @@ config ARCH_OMAP4 select ARM_GIC select HAVE_ARM_SCU if SMP select HAVE_ARM_TWD if SMP - select OMAP_HWMOD select OMAP_INTERCONNECT select OMAP_INTERCONNECT_BARRIER select PL310_ERRATA_588369 if CACHE_L2X0 |