aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPankaj Dubey <[email protected]>2019-09-04 17:50:02 +0000
committerArnd Bergmann <[email protected]>2019-09-04 20:43:26 +0000
commita6fe8c77c5d52226838244eb6e5c80a111f3556c (patch)
treee963f6b46f64e942b68d95fae239d2c830c53e85
parentMerge tag 'samsung-soc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... (diff)
downloadkernel-a6fe8c77c5d52226838244eb6e5c80a111f3556c.tar.gz
kernel-a6fe8c77c5d52226838244eb6e5c80a111f3556c.zip
arm64: exynos: Enable exynos-chipid driver
Enable Exynos Chipid driver for accessing SoC related information. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Pankaj Dubey <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]> Signed-off-by: Sylwester Nawrocki <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
-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 f5e623fca2ec..16d761475a86 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -77,6 +77,7 @@ config ARCH_BRCMSTB
config ARCH_EXYNOS
bool "ARMv8 based Samsung Exynos SoC family"
select COMMON_CLK_SAMSUNG
+ select EXYNOS_CHIPID
select EXYNOS_PM_DOMAINS if PM_GENERIC_DOMAINS
select EXYNOS_PMU
select HAVE_S3C2410_WATCHDOG if WATCHDOG