diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2010-12-02 09:03:29 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-12-02 09:10:32 -0500 |
commit | 4fc3680894ff5739e7474b6633e962bfbdf0d3d8 (patch) | |
tree | b87ba1cc2dd98d00d80fd2fe94c00f7ee8d0f45a | |
parent | f6e0722fc3a35ff818c86ffbc414f7592a8119cf (diff) |
watchdog: it8712f_wdt: add note to Kconfig
On some motherboards the it8712f watchdog does not work unless
the game port was enabled. see Bug 13140. We therefor add a note
to Kconfig.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r-- | drivers/watchdog/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4a291045ebac..a5ad77ef4266 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -558,6 +558,9 @@ config IT8712F_WDT | |||
558 | This is the driver for the built-in watchdog timer on the IT8712F | 558 | This is the driver for the built-in watchdog timer on the IT8712F |
559 | Super I/0 chipset used on many motherboards. | 559 | Super I/0 chipset used on many motherboards. |
560 | 560 | ||
561 | If the driver does not work, then make sure that the game port in | ||
562 | the BIOS is enabled. | ||
563 | |||
561 | To compile this driver as a module, choose M here: the | 564 | To compile this driver as a module, choose M here: the |
562 | module will be called it8712f_wdt. | 565 | module will be called it8712f_wdt. |
563 | 566 | ||