Kconfig (4bc30272a15c58fc358bde093703d23bc0cf8e66) | Kconfig (f865c35224bb310a1b464062ae1e946d261708e3) |
---|---|
1# 2# Watchdog device configuration 3# 4 5menuconfig WATCHDOG 6 bool "Watchdog Timer Support" 7 ---help--- 8 If you say Y here (and to one of the following options) and create a --- 891 unchanged lines hidden (view full) --- 900 tristate "Indy/I2 Hardware Watchdog" 901 depends on SGI_HAS_INDYDOG 902 help 903 Hardware driver for the Indy's/I2's watchdog. This is a 904 watchdog timer that will reboot the machine after a 60 second 905 timer expired and no process has written to /dev/watchdog during 906 that time. 907 | 1# 2# Watchdog device configuration 3# 4 5menuconfig WATCHDOG 6 bool "Watchdog Timer Support" 7 ---help--- 8 If you say Y here (and to one of the following options) and create a --- 891 unchanged lines hidden (view full) --- 900 tristate "Indy/I2 Hardware Watchdog" 901 depends on SGI_HAS_INDYDOG 902 help 903 Hardware driver for the Indy's/I2's watchdog. This is a 904 watchdog timer that will reboot the machine after a 60 second 905 timer expired and no process has written to /dev/watchdog during 906 that time. 907 |
908config JZ4740_WDT 909 tristate "Ingenic jz4740 SoC hardware watchdog" 910 depends on MACH_JZ4740 911 help 912 Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs. 913 |
|
908config WDT_MTX1 909 tristate "MTX-1 Hardware Watchdog" 910 depends on MIPS_MTX1 911 help 912 Hardware driver for the MTX-1 boards. This is a watchdog timer that 913 will reboot the machine after a 100 seconds timer expired. 914 915config PNX833X_WDT --- 318 unchanged lines hidden --- | 914config WDT_MTX1 915 tristate "MTX-1 Hardware Watchdog" 916 depends on MIPS_MTX1 917 help 918 Hardware driver for the MTX-1 boards. This is a watchdog timer that 919 will reboot the machine after a 100 seconds timer expired. 920 921config PNX833X_WDT --- 318 unchanged lines hidden --- |