diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
| -rw-r--r-- | drivers/watchdog/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index afcfacc9bbe2..b04b18468932 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
| @@ -875,6 +875,24 @@ config TXX9_WDT | |||
| 875 | help | 875 | help |
| 876 | Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs. | 876 | Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs. |
| 877 | 877 | ||
| 878 | config OCTEON_WDT | ||
| 879 | tristate "Cavium OCTEON SOC family Watchdog Timer" | ||
| 880 | depends on CPU_CAVIUM_OCTEON | ||
| 881 | default y | ||
| 882 | select EXPORT_UASM if OCTEON_WDT = m | ||
| 883 | help | ||
| 884 | Hardware driver for OCTEON's on chip watchdog timer. | ||
| 885 | Enables the watchdog for all cores running Linux. It | ||
| 886 | installs a NMI handler and pokes the watchdog based on an | ||
| 887 | interrupt. On first expiration of the watchdog, the | ||
| 888 | interrupt handler pokes it. The second expiration causes an | ||
| 889 | NMI that prints a message. The third expiration causes a | ||
| 890 | global soft reset. | ||
| 891 | |||
| 892 | When userspace has /dev/watchdog open, no poking is done | ||
| 893 | from the first interrupt, it is then only poked when the | ||
| 894 | device is written. | ||
| 895 | |||
| 878 | # PARISC Architecture | 896 | # PARISC Architecture |
| 879 | 897 | ||
| 880 | # POWERPC Architecture | 898 | # POWERPC Architecture |
