diff options
author | Huaro Tomita <haruo.tomita@toshiba.co.jp> | 2011-01-21 07:37:51 +0900 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-03-15 16:01:35 +0000 |
commit | 4bc30272a15c58fc358bde093703d23bc0cf8e66 (patch) | |
tree | b3e8238913edae1b1edc17312488939e708d828c /drivers/watchdog/Kconfig | |
parent | a4616153deae053b29a2b7dd9ec4b2a225accfc5 (diff) | |
download | linux-3.10-4bc30272a15c58fc358bde093703d23bc0cf8e66.tar.gz linux-3.10-4bc30272a15c58fc358bde093703d23bc0cf8e66.tar.bz2 linux-3.10-4bc30272a15c58fc358bde093703d23bc0cf8e66.zip |
watchdog: it87_wdt: Add support for IT8721F watchdog
This patch adds support for a watchdog in IT8721F Super IO
chip to it87_wdt driver.
This new chips differ from the older IT87xxxF chips
in the following ways:
* WDT_GAMEPORT is not in IT8721F.
* WDT_PWROK is not in IT8721F.
Signed-off-by: Haruo Tomita <haruo.tomita@toshiba.co.jp>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 322b36a9c0e..229a9c1506b 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -580,7 +580,7 @@ config IT87_WDT depends on X86 && EXPERIMENTAL ---help--- This is the driver for the hardware watchdog on the ITE IT8702, - IT8712, IT8716, IT8718, IT8720, IT8726, IT8712 Super I/O chips. + IT8712, IT8716, IT8718, IT8720, IT8721, IT8726 Super I/O chips. This watchdog simply watches your kernel to make sure it doesn't freeze, and if it does, it reboots your computer after a certain amount of time. |