arm64: exynos: Select SOC specific drivers
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 10 May 2016 14:30:54 +0000 (16:30 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 30 May 2016 06:44:33 +0000 (08:44 +0200)
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>
arch/arm64/Kconfig.platforms

index 7ef1d05859ae10d73880d272e8b66831af628e23..b6227047abe29937a78e99f414a902b5d0dd3295 100644 (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.
 
This page took 0.028574 seconds and 5 git commands to generate.