diff options
author | Andrew Lunn <andrew@lunn.ch> | 2018-12-19 16:18:20 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@linux-watchdog.org> | 2018-12-24 13:15:07 +0100 |
commit | e3c21e088f8936a004a3d9f2f4e14b3f2bdd6ea9 (patch) | |
tree | da813b49c8ec459e5ab62e645322aee76824c213 /drivers/watchdog/Kconfig | |
parent | 6797f292e4f59211c1763de87a69c9a55fd9caef (diff) | |
download | linux-e3c21e088f8936a004a3d9f2f4e14b3f2bdd6ea9.tar.gz linux-e3c21e088f8936a004a3d9f2f4e14b3f2bdd6ea9.tar.bz2 linux-e3c21e088f8936a004a3d9f2f4e14b3f2bdd6ea9.zip |
watchdog: tqmx86: Add watchdog driver for the IO controller
Some TQ-Systems ComExpress modules have an IO controller with a
watchdog timer.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 6dcd5603a3e4..57f017d74a97 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1316,6 +1316,18 @@ config SMSC37B787_WDT Most people will say N. +config TQMX86_WDT + tristate "TQ-Systems TQMX86 Watchdog Timer" + depends on X86 + help + This is the driver for the hardware watchdog timer in the TQMX86 IO + controller found on some of their ComExpress Modules. + + To compile this driver as a module, choose M here; the module + will be called tqmx86_wdt. + + Most people will say N. + config VIA_WDT tristate "VIA Watchdog Timer" depends on X86 && PCI |