diff options
author | Maciej S. Szmigiero <mail@maciej.szmigiero.name> | 2017-04-17 16:37:05 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2017-06-05 14:43:01 -0400 |
commit | 166fbcf88fdafa02f784ec25ac64745c716b2de0 (patch) | |
tree | 085f12350425d5cec23a314491016138e6ebb39f /drivers/watchdog/Kconfig | |
parent | 4332d113c66a6ecb3702cb8f265adbbe654f9d5f (diff) |
watchdog: f71808e_wdt: Add F71868 support
This adds support for watchdog part of Fintek F71868 Super I/O chip to
f71808e_wdt driver.
The F71868 chip is, in general, very similar to a F71869, however it has
slightly different set of available reset pulse widths.
Tested on MSI A55M-P33 motherboard.
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
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 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 124e9b87ab6b..2696493c808b 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -849,11 +849,12 @@ config EBC_C384_WDT | |||
849 | the timeout module parameter. | 849 | the timeout module parameter. |
850 | 850 | ||
851 | config F71808E_WDT | 851 | config F71808E_WDT |
852 | tristate "Fintek F71808E, F71862FG, F71869, F71882FG and F71889FG Watchdog" | 852 | tristate "Fintek F718xx, F818xx Super I/O Watchdog" |
853 | depends on X86 | 853 | depends on X86 |
854 | help | 854 | help |
855 | This is the driver for the hardware watchdog on the Fintek | 855 | This is the driver for the hardware watchdog on the Fintek F71808E, |
856 | F71808E, F71862FG, F71869, F71882FG and F71889FG Super I/O controllers. | 856 | F71862FG, F71868, F71869, F71882FG, F71889FG, F81865 and F81866 |
857 | Super I/O controllers. | ||
857 | 858 | ||
858 | You can compile this driver directly into the kernel, or use | 859 | You can compile this driver directly into the kernel, or use |
859 | it as a module. The module will be called f71808e_wdt. | 860 | it as a module. The module will be called f71808e_wdt. |