diff options
author | Olof Johansson <olof@lixom.net> | 2015-01-15 18:47:22 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-01-15 18:47:22 -0500 |
commit | ff3a45b6185d734e7eb3aee6f01d93ad773935e3 (patch) | |
tree | 7489ad1bed1d57c7d5b82547c9d0b30f9859fb53 /arch/arm64/Kconfig | |
parent | eaa27f34e91a14cdceed26ed6c6793ec1d186115 (diff) | |
parent | 6f56eef1f9aba3747c811780a4768618167d5c97 (diff) |
Merge tag 'samsung-dt-64' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/arm64
Merge "Samsung exynos7 updates for v3.20" from Kukjin Kim:
- to support ARMv8 based exynos7 SoC
: add initial device tree for pinctrl, PMU, mmc, i2c, rtc,
watchdog, and adc nodes for exynos7 SoC and exynos7 based
espresso board.
* tag 'samsung-dt-64' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
arm64: Enable ARMv8 based exynos7 SoC support
arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on exynos7
arm64: dts: Add PMU DT node for exynos7 SoC
arm64: dts: Add initial pinctrl support to exynos7
arm64: dts: Add initial device tree support for exynos7
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index b1f9a20a3677..15e8e7469ffd 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -148,6 +148,23 @@ source "kernel/Kconfig.freezer" | |||
148 | 148 | ||
149 | menu "Platform selection" | 149 | menu "Platform selection" |
150 | 150 | ||
151 | config ARCH_EXYNOS | ||
152 | bool | ||
153 | help | ||
154 | This enables support for Samsung Exynos SoC family | ||
155 | |||
156 | config ARCH_EXYNOS7 | ||
157 | bool "ARMv8 based Samsung Exynos7" | ||
158 | select ARCH_EXYNOS | ||
159 | select COMMON_CLK_SAMSUNG | ||
160 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | ||
161 | select HAVE_S3C_RTC if RTC_CLASS | ||
162 | select PINCTRL | ||
163 | select PINCTRL_EXYNOS | ||
164 | |||
165 | help | ||
166 | This enables support for Samsung Exynos7 SoC family | ||
167 | |||
151 | config ARCH_SEATTLE | 168 | config ARCH_SEATTLE |
152 | bool "AMD Seattle SoC Family" | 169 | bool "AMD Seattle SoC Family" |
153 | help | 170 | help |