1
0
Fork 0

arm64: exynos: Select SOC specific drivers

Recently some Exynos drivers were moved from arm/mach-exynos to
drivers/soc. Building the directory depends on SOC_SAMSUNG Kconfig
option so we want it also on ARMv8 platforms, even though none of the
drivers support ARMv8 SoCs yet.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
hifive-unleashed-5.1
Krzysztof Kozlowski 2016-05-10 16:30:54 +02:00
parent 1a695a905c
commit 3b3428e384
1 changed files with 1 additions and 0 deletions

View File

@ -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.