From: Ulf Hansson Date: Tue, 14 Oct 2014 09:12:57 +0000 (+0200) Subject: ARM: ux500: Enable Kconfig for the generic PM domain X-Git-Tag: v3.19-rc1~169^2~31^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c8f4594381922cd611384455083a02740df12a25;p=karo-tx-linux.git ARM: ux500: Enable Kconfig for the generic PM domain Since ux500 uses the generic PM domain, let's enable the corresponding Kconfig as long as CONFIG_PM also is enabled. Signed-off-by: Ulf Hansson Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig index 699e8601dbf0..c9ac19b24e5a 100644 --- a/arch/arm/mach-ux500/Kconfig +++ b/arch/arm/mach-ux500/Kconfig @@ -32,6 +32,7 @@ config UX500_SOC_DB8500 select PINCTRL_AB8540 select REGULATOR select REGULATOR_DB8500_PRCMU + select PM_GENERIC_DOMAINS if PM config MACH_MOP500 bool "U8500 Development platform, MOP500 versions"