aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2016-06-13 14:25:18 -0700
committerOlof Johansson <olof@lixom.net>2016-06-13 14:25:18 -0700
commit087eb3167d779c3f3352c83bbc51dd124a71fd81 (patch)
treecb49e5976661345a75cc86df7049259796c8c018
parentarm64: defconfig: Enable Cadence MACB/GEM support (diff)
parentarm64: exynos: Select SOC specific drivers (diff)
downloadwireguard-linux-087eb3167d779c3f3352c83bbc51dd124a71fd81.tar.xz
wireguard-linux-087eb3167d779c3f3352c83bbc51dd124a71fd81.zip
Merge tag 'samsung-soc64-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/arm64
Samsung arm64 update for v4.8: 1. Select drivers/soc/samsung. * tag 'samsung-soc64-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: arm64: exynos: Select SOC specific drivers Signed-off-by: Olof Johansson <olof@lixom.net>
-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 7ef1d05859ae..b6227047abe2 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -36,6 +36,7 @@ config ARCH_EXYNOS
select HAVE_S3C_RTC if RTC_CLASS
select PINCTRL
select PINCTRL_EXYNOS
+ select SOC_SAMSUNG
help
This enables support for ARMv8 based Samsung Exynos SoC family.