diff options
author | Andrew Victor <andrew@sanpeople.com> | 2007-05-14 14:45:25 +0200 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2007-05-19 09:42:20 +0000 |
commit | ccb8f430ac4cfd1acd12ff591918b8b67d73c977 (patch) | |
tree | 04a704cafa5e0e351381ccf025348bdaf366f469 /drivers/char/watchdog/Kconfig | |
parent | 55b637c6a003a8c4850b41a2c2fd6942d8a7f530 (diff) | |
download | kernel-crypto-ccb8f430ac4cfd1acd12ff591918b8b67d73c977.tar.gz kernel-crypto-ccb8f430ac4cfd1acd12ff591918b8b67d73c977.tar.xz kernel-crypto-ccb8f430ac4cfd1acd12ff591918b8b67d73c977.zip |
[WATCHDOG] ks8695_wdt.c - new KS8695 watchdog driver
Watchdog driver for the Kendin/Micrel KS8695 processor.
Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 1cad32c62ed..53f5538c0c0 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig @@ -115,6 +115,13 @@ config IXP4XX_WATCHDOG Say N if you are unsure. +config KS8695_WATCHDOG + tristate "KS8695 watchdog" + depends on ARCH_KS8695 + help + Watchdog timer embedded into KS8695 processor. This will reboot your + system when the timeout is reached. + config S3C2410_WATCHDOG tristate "S3C2410 Watchdog" depends on ARCH_S3C2410 |