diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2018-10-10 20:25:58 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-10-11 15:27:14 +0200 |
commit | 5220a73a409d9d31b42aa6624d5e901a612ec584 (patch) | |
tree | 36fa8eafe9b7153546ffebee6b45cb32438a1e15 /arch | |
parent | 01e98ee0b3b4d5096b40b87ad3988894fd5de39e (diff) | |
download | linux-stable-5220a73a409d9d31b42aa6624d5e901a612ec584.tar.gz linux-stable-5220a73a409d9d31b42aa6624d5e901a612ec584.tar.bz2 linux-stable-5220a73a409d9d31b42aa6624d5e901a612ec584.zip |
arm64: exynos: Enable generic power domain support
Generic power domains are needed to enable support for Exynos power
domains.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 1 |
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. |