Skip to content

Commit e1fee94

Browse files
Oliver SchusterWim Van Sebroeck
Oliver Schuster
authored and
Wim Van Sebroeck
committed
[WATCHDOG] add watchdog driver IT8716 IT8726 IT8712J/K
Add it87xx watchdog driver IT8716 IT8718 IT8726 IT8712-J IT8712-K Signed-off-by: Oliver Schuster <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 3fa8749 commit e1fee94

File tree

3 files changed

+738
-0
lines changed

3 files changed

+738
-0
lines changed

drivers/watchdog/Kconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,18 @@ config IT8712F_WDT
416416
To compile this driver as a module, choose M here: the
417417
module will be called it8712f_wdt.
418418

419+
config IT87_WDT
420+
tristate "IT87 Watchdog Timer"
421+
depends on X86 && EXPERIMENTAL
422+
---help---
423+
This is the driver for the hardware watchdog on the ITE IT8716,
424+
IT8718, IT8726, IT8712(Version J,K) Super I/O chips. This watchdog
425+
simply watches your kernel to make sure it doesn't freeze, and if
426+
it does, it reboots your computer after a certain amount of time.
427+
428+
To compile this driver as a module, choose M here: the module will
429+
be called it87_wdt.
430+
419431
config HP_WATCHDOG
420432
tristate "HP Proliant iLO 2 Hardware Watchdog Timer"
421433
depends on X86

drivers/watchdog/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ ifeq ($(CONFIG_ITCO_VENDOR_SUPPORT),y)
7171
obj-$(CONFIG_ITCO_WDT) += iTCO_vendor_support.o
7272
endif
7373
obj-$(CONFIG_IT8712F_WDT) += it8712f_wdt.o
74+
obj-$(CONFIG_IT87_WDT) += it87_wdt.o
7475
obj-$(CONFIG_HP_WATCHDOG) += hpwdt.o
7576
obj-$(CONFIG_SC1200_WDT) += sc1200wdt.o
7677
obj-$(CONFIG_SCx200_WDT) += scx200_wdt.o

0 commit comments

Comments
 (0)