]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
watchdog: s3c2410: Select MFD_SYSCON on all Exynos platforms
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 24 Feb 2017 21:07:41 +0000 (23:07 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 24 Feb 2017 22:00:23 +0000 (14:00 -0800)
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>
drivers/watchdog/Kconfig

index 1a4d6ca8028d39a8c5578ccd530a73fea142e017..c831b7967bf95f46139b55792e6d249a5c5812b2 100644 (file)
@@ -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.