diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2016-02-28 23:54:46 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-01 10:25:47 -0500 |
commit | c36a483d80072f7efdd09e94dd733120dc8ecfb2 (patch) | |
tree | 62df8d55ffb344928a16a8361cce52afc942fa8e /drivers/watchdog/Kconfig | |
parent | 70f3997667fb127333862977ba4fd3e855fbf617 (diff) |
watchdog: Add watchdog timer support for the WinSystems EBC-C384
The WinSystems EBC-C384 has an onboard watchdog timer. The timeout range
supported by the watchdog timer is 1 second to 255 minutes. Timeouts
under 256 seconds have a 1 second granularity, while the rest have a 1
minute granularity.
This driver adds watchdog timer support for this onboard watchdog timer.
The timeout may be configured via the timeout module parameter.
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6f9530318e14..938f9205f828 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -715,6 +715,15 @@ config ALIM7101_WDT | |||
715 | 715 | ||
716 | Most people will say N. | 716 | Most people will say N. |
717 | 717 | ||
718 | config EBC_C384_WDT | ||
719 | tristate "WinSystems EBC-C384 Watchdog Timer" | ||
720 | depends on X86 | ||
721 | select WATCHDOG_CORE | ||
722 | help | ||
723 | Enables watchdog timer support for the watchdog timer on the | ||
724 | WinSystems EBC-C384 motherboard. The timeout may be configured via | ||
725 | the timeout module parameter. | ||
726 | |||
718 | config F71808E_WDT | 727 | config F71808E_WDT |
719 | tristate "Fintek F71808E, F71862FG, F71869, F71882FG and F71889FG Watchdog" | 728 | tristate "Fintek F71808E, F71862FG, F71869, F71882FG and F71889FG Watchdog" |
720 | depends on X86 | 729 | depends on X86 |