diff options
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 |