diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2017-02-24 16:07:41 -0500 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2017-02-24 17:00:23 -0500 |
commit | 53eac48d5c97e8a926e26ae4205ac890721ef260 (patch) | |
tree | a2bee01579db68c7c3e77932c07b7e10279e1d97 | |
parent | 456f53d652411594249efc3fcea01842177c9a6f (diff) |
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 <krzk@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
354 | tristate "S3C2410 Watchdog" | 354 | tristate "S3C2410 Watchdog" |
355 | depends on HAVE_S3C2410_WATCHDOG || COMPILE_TEST | 355 | depends on HAVE_S3C2410_WATCHDOG || COMPILE_TEST |
356 | select WATCHDOG_CORE | 356 | select WATCHDOG_CORE |
357 | select MFD_SYSCON if ARCH_EXYNOS5 | 357 | select MFD_SYSCON if ARCH_EXYNOS |
358 | help | 358 | help |
359 | Watchdog timer block in the Samsung SoCs. This will reboot | 359 | Watchdog timer block in the Samsung SoCs. This will reboot |
360 | the system when the timer expires with the watchdog enabled. | 360 | the system when the timer expires with the watchdog enabled. |