diff options
author | Daniel Laird <daniel.j.laird@nxp.com> | 2008-11-05 16:46:49 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-06-20 18:37:20 +0000 |
commit | 33c050c586fec34dae36eb314bfc3a2c44654c05 (patch) | |
tree | 56b4209a4eda180fa11266c45f9e0e68a1e2d942 /drivers/watchdog/Kconfig | |
parent | ad5cf46b4e3b29f2bc08543e8ef0bf8b13d3f19e (diff) | |
download | talos-obmc-linux-33c050c586fec34dae36eb314bfc3a2c44654c05.tar.gz talos-obmc-linux-33c050c586fec34dae36eb314bfc3a2c44654c05.zip |
[WATCHDOG] Add pnx833x_wdt
Add support for PNX833x watchdog timer.
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index b166f2852a64..373c22fd24ea 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -729,6 +729,15 @@ config WDT_MTX1 Hardware driver for the MTX-1 boards. This is a watchdog timer that will reboot the machine after a 100 seconds timer expired. +config PNX833X_WDT + tristate "PNX833x Hardware Watchdog" + depends on SOC_PNX8335 + help + Hardware driver for the PNX833x's watchdog. This is a + watchdog timer that will reboot the machine after a programable + timer has expired and no process has written to /dev/watchdog during + that time. + config WDT_RM9K_GPI tristate "RM9000/GPI hardware watchdog" depends on CPU_RM9000 |