mirror of https://gitee.com/openkylin/linux.git
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: 58cbff023b
("soc: ti: omap-prm: Add basic power domain support")
Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
3650b228f8
commit
c20782ad4e
|
@ -7,7 +7,6 @@ config ARCH_OMAP2
|
||||||
depends on ARCH_MULTI_V6
|
depends on ARCH_MULTI_V6
|
||||||
select ARCH_OMAP2PLUS
|
select ARCH_OMAP2PLUS
|
||||||
select CPU_V6
|
select CPU_V6
|
||||||
select PM_GENERIC_DOMAINS if PM
|
|
||||||
select SOC_HAS_OMAP2_SDRC
|
select SOC_HAS_OMAP2_SDRC
|
||||||
|
|
||||||
config ARCH_OMAP3
|
config ARCH_OMAP3
|
||||||
|
@ -106,6 +105,7 @@ config ARCH_OMAP2PLUS
|
||||||
select OMAP_DM_TIMER
|
select OMAP_DM_TIMER
|
||||||
select OMAP_GPMC
|
select OMAP_GPMC
|
||||||
select PINCTRL
|
select PINCTRL
|
||||||
|
select PM_GENERIC_DOMAINS if PM
|
||||||
select RESET_CONTROLLER
|
select RESET_CONTROLLER
|
||||||
select SOC_BUS
|
select SOC_BUS
|
||||||
select TI_SYSC
|
select TI_SYSC
|
||||||
|
|
Loading…
Reference in New Issue