* Geert Uytterhoeven [off-list ref] [210115 08:59]:
On Fri, Jan 15, 2021 at 9:29 AM Tony Lindgren [off-list ref] wrote:
quoted
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -105,8 +105,10 @@ config ARCH_OMAP2PLUS
select OMAP_DM_TIMER
select OMAP_GPMC
select PINCTRL
+ select PM
select PM_GENERIC_DOMAINS if PM
select PM_GENERIC_DOMAINS_OF if PM
+ select SIMPLE_PM_BUS if OF && PM
PM is selected above, so those 3 dependencies on PM can be removed.
ARCH_OMAP2PLUS depends on ARCH_MULTIPLATFORM, which
selects USE_OF and thus OF?
Yeah OK I'll drop those. And fix the sorting issue I noticed for Kconfig :)
Regards,
Tony
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel