Skip to content

Commit c20782a

Browse files
committed
ARM: OMAP2+: Fix location for select PM_GENERIC_DOMAINS
I accidentally misplaced select PM_GENERIC_DOMAINS, it should be selected for all the SoCs instead. Fixes: 58cbff0 ("soc: ti: omap-prm: Add basic power domain support") Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent 3650b22 commit c20782a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/mach-omap2/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ config ARCH_OMAP2
77
depends on ARCH_MULTI_V6
88
select ARCH_OMAP2PLUS
99
select CPU_V6
10-
select PM_GENERIC_DOMAINS if PM
1110
select SOC_HAS_OMAP2_SDRC
1211

1312
config ARCH_OMAP3
@@ -106,6 +105,7 @@ config ARCH_OMAP2PLUS
106105
select OMAP_DM_TIMER
107106
select OMAP_GPMC
108107
select PINCTRL
108+
select PM_GENERIC_DOMAINS if PM
109109
select RESET_CONTROLLER
110110
select SOC_BUS
111111
select TI_SYSC

0 commit comments

Comments
 (0)