Skip to content

Commit 981785d

Browse files
krzkWim Van Sebroeck
authored andcommitted
watchdog: s3c2410: describe driver in KConfig
Describe better which driver applies to which SoC, to make configuring kernel for Samsung SoC easier. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 4d3d50f commit 981785d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

drivers/watchdog/Kconfig

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,16 +496,18 @@ config S3C2410_WATCHDOG
496496
select WATCHDOG_CORE
497497
select MFD_SYSCON if ARCH_EXYNOS
498498
help
499-
Watchdog timer block in the Samsung SoCs. This will reboot
500-
the system when the timer expires with the watchdog enabled.
499+
Watchdog timer block in the Samsung S3C24xx, S3C64xx, S5Pv210 and
500+
Exynos SoCs. This will reboot the system when the timer expires with
501+
the watchdog enabled.
501502

502503
The driver is limited by the speed of the system's PCLK
503504
signal, so with reasonably fast systems (PCLK around 50-66MHz)
504505
then watchdog intervals of over approximately 20seconds are
505506
unavailable.
506507

508+
Choose Y/M here only if you build for such Samsung SoC.
507509
The driver can be built as a module by choosing M, and will
508-
be called s3c2410_wdt
510+
be called s3c2410_wdt.
509511

510512
config SA1100_WATCHDOG
511513
tristate "SA1100/PXA2xx watchdog"

0 commit comments

Comments
 (0)