From: Krzysztof Kozlowski Date: Fri, 24 Feb 2017 21:07:41 +0000 (+0200) Subject: watchdog: s3c2410: Select MFD_SYSCON on all Exynos platforms X-Git-Tag: v4.11-rc1~66^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=53eac48d5c97e8a926e26ae4205ac890721ef260;p=linux.git watchdog: s3c2410: Select MFD_SYSCON on all Exynos platforms Syscon is used not only on Exynos5 SoCs but also on Exynos3250, Exynos4412 and ARMv8 versions (Exynos5433, Exynos7). Signed-off-by: Krzysztof Kozlowski Signed-off-by: Guenter Roeck --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 1a4d6ca8028d..c831b7967bf9 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -354,7 +354,7 @@ config S3C2410_WATCHDOG tristate "S3C2410 Watchdog" depends on HAVE_S3C2410_WATCHDOG || COMPILE_TEST select WATCHDOG_CORE - select MFD_SYSCON if ARCH_EXYNOS5 + select MFD_SYSCON if ARCH_EXYNOS help Watchdog timer block in the Samsung SoCs. This will reboot the system when the timer expires with the watchdog enabled.