diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:05:02 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 14:05:02 +0200 |
commit | 229e1e1146e4f525725253fd7eeeabb07131ec8f (patch) | |
tree | 4ed0b5efdc440ee7c750938a51c89dbaaef4672f /arch/arm/mach-omap2/Kconfig | |
parent | e98cf7e694863a9208709f39213f9060ffea026f (diff) | |
download | linux-229e1e1146e4f525725253fd7eeeabb07131ec8f.tar.bz2 |
ARM: OMAP2+: Drop legacy platform data for omap5 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..ac051435d8c0 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -54,7 +54,6 @@ config SOC_OMAP5 select HAVE_ARM_SCU if SMP select HAVE_ARM_ARCH_TIMER select ARM_ERRATA_798181 if SMP - select OMAP_HWMOD select OMAP_INTERCONNECT select OMAP_INTERCONNECT_BARRIER select PM_OPP |