diff options
author | Daniel Laird <daniel.j.laird@nxp.com> | 2008-11-05 10:46:49 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2009-06-20 14:37:20 -0400 |
commit | 33c050c586fec34dae36eb314bfc3a2c44654c05 (patch) | |
tree | 56b4209a4eda180fa11266c45f9e0e68a1e2d942 /drivers/watchdog/Kconfig | |
parent | ad5cf46b4e3b29f2bc08543e8ef0bf8b13d3f19e (diff) |
[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 | |||
729 | Hardware driver for the MTX-1 boards. This is a watchdog timer that | 729 | Hardware driver for the MTX-1 boards. This is a watchdog timer that |
730 | will reboot the machine after a 100 seconds timer expired. | 730 | will reboot the machine after a 100 seconds timer expired. |
731 | 731 | ||
732 | config PNX833X_WDT | ||
733 | tristate "PNX833x Hardware Watchdog" | ||
734 | depends on SOC_PNX8335 | ||
735 | help | ||
736 | Hardware driver for the PNX833x's watchdog. This is a | ||
737 | watchdog timer that will reboot the machine after a programable | ||
738 | timer has expired and no process has written to /dev/watchdog during | ||
739 | that time. | ||
740 | |||
732 | config WDT_RM9K_GPI | 741 | config WDT_RM9K_GPI |
733 | tristate "RM9000/GPI hardware watchdog" | 742 | tristate "RM9000/GPI hardware watchdog" |
734 | depends on CPU_RM9000 | 743 | depends on CPU_RM9000 |