diff options
author | Olof Johansson <olof@lixom.net> | 2017-04-19 06:59:38 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-04-19 06:59:38 -0700 |
commit | dd726fcb6bf01916b993de52fed9391942c3b6bd (patch) | |
tree | 8801c373faf5ae4d5ae61da141284cf801990db9 /arch/arm64/Kconfig.platforms | |
parent | 309ed7e6e4497ee55bc242cfc6517d805eeb1893 (diff) | |
parent | 0edf17984f251e633465e028a0115d57b1b7eb88 (diff) | |
download | linux-stable-dd726fcb6bf01916b993de52fed9391942c3b6bd.tar.gz linux-stable-dd726fcb6bf01916b993de52fed9391942c3b6bd.tar.bz2 linux-stable-dd726fcb6bf01916b993de52fed9391942c3b6bd.zip |
Merge tag 'samsung-soc64-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/arm64
Samsung ARM64 update for v4.12:
1. Exynos power management drivers support now ARMv8 SoC - Exynos5433 - so
select them in ARCH_EXYNOS.
2. Enable few Exynos drivers for supported ARMv8 SoCs.
* tag 'samsung-soc64-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
arm64: defconfig: Enable video, DRM and LPASS drivers for Exynos5433 and Exynos7
arm64: exynos: Enable Exynos PMU and PM domains drivers
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/Kconfig.platforms')
-rw-r--r-- | arch/arm64/Kconfig.platforms | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index ff867b8d7810..b3a1fb8df925 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -53,6 +53,8 @@ config ARCH_BRCMSTB config ARCH_EXYNOS bool "ARMv8 based Samsung Exynos SoC family" select COMMON_CLK_SAMSUNG + select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS + select EXYNOS_PMU select HAVE_S3C2410_WATCHDOG if WATCHDOG select HAVE_S3C_RTC if RTC_CLASS select PINCTRL |