aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-omap2/Kconfig
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2020-10-26 10:08:47 +0200
committerTony Lindgren <tony@atomide.com>2020-10-26 09:19:15 +0200
commitc20782ad4eb9dfa7f41cb2d85f218d0940f7cef1 (patch)
tree6a8ff3a8ab7838a61ecb36f722d8b10ca257fdf3 /arch/arm/mach-omap2/Kconfig
parentLinux 5.10-rc1 (diff)
downloadwireguard-linux-c20782ad4eb9dfa7f41cb2d85f218d0940f7cef1.tar.xz
wireguard-linux-c20782ad4eb9dfa7f41cb2d85f218d0940f7cef1.zip
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: 58cbff023bfa ("soc: ti: omap-prm: Add basic power domain support") Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/Kconfig')
-rw-r--r--arch/arm/mach-omap2/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 3ee7bdff86b2..68ba5adfaa23 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -7,7 +7,6 @@ config ARCH_OMAP2
depends on ARCH_MULTI_V6
select ARCH_OMAP2PLUS
select CPU_V6
- select PM_GENERIC_DOMAINS if PM
select SOC_HAS_OMAP2_SDRC
config ARCH_OMAP3
@@ -106,6 +105,7 @@ config ARCH_OMAP2PLUS
select OMAP_DM_TIMER
select OMAP_GPMC
select PINCTRL
+ select PM_GENERIC_DOMAINS if PM
select RESET_CONTROLLER
select SOC_BUS
select TI_SYSC