aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szyprowski <[email protected]>2018-10-10 20:25:58 +0200
committerArnd Bergmann <[email protected]>2018-10-11 15:27:14 +0200
commit5220a73a409d9d31b42aa6624d5e901a612ec584 (patch)
tree36fa8eafe9b7153546ffebee6b45cb32438a1e15
parent01e98ee0b3b4d5096b40b87ad3988894fd5de39e (diff)
arm64: exynos: Enable generic power domain support
Generic power domains are needed to enable support for Exynos power domains. Signed-off-by: Marek Szyprowski <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
-rw-r--r--arch/arm64/Kconfig.platforms1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 190cd599be00..f403970d9aa5 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -68,6 +68,7 @@ config ARCH_EXYNOS
select HAVE_S3C_RTC if RTC_CLASS
select PINCTRL
select PINCTRL_EXYNOS
+ select PM_GENERIC_DOMAINS if PM
select SOC_SAMSUNG
help
This enables support for ARMv8 based Samsung Exynos SoC family.