Kconfig (cf7c6f533331ff032d8949663ab2abe618da9cb4) | Kconfig (da4918acb8585ba45b2dbadb2114e10d7557966f) |
---|---|
1menu "Watchdog Timer Support" 2 3config WATCHDOG 4 bool "Enable U-Boot watchdog reset" 5 help 6 This option enables U-Boot watchdog support where U-Boot is using 7 watchdog_reset function to service watchdog device in U-Boot. Enable 8 this option if you want to service enabled watchdog by U-Boot. Disable 9 this option if you want U-Boot to start watchdog but never service it. 10 11config HW_WATCHDOG 12 bool 13 | 1menu "Watchdog Timer Support" 2 3config WATCHDOG 4 bool "Enable U-Boot watchdog reset" 5 help 6 This option enables U-Boot watchdog support where U-Boot is using 7 watchdog_reset function to service watchdog device in U-Boot. Enable 8 this option if you want to service enabled watchdog by U-Boot. Disable 9 this option if you want U-Boot to start watchdog but never service it. 10 11config HW_WATCHDOG 12 bool 13 |
14config WATCHDOG_RESET_DISABLE 15 bool "Disable reset watchdog" 16 help 17 Disable reset watchdog, which can let WATCHDOG_RESET invalid, so 18 that the watchdog will not be fed in u-boot. 19 |
|
14config BCM2835_WDT 15 bool "Enable BCM2835/2836 watchdog driver" 16 select HW_WATCHDOG 17 help 18 Say Y here to enable the BCM2835/2836 watchdog 19 20 This provides basic infrastructure to support BCM2835/2836 watchdog 21 hardware, with a max timeout of ~15secs. --- 133 unchanged lines hidden --- | 20config BCM2835_WDT 21 bool "Enable BCM2835/2836 watchdog driver" 22 select HW_WATCHDOG 23 help 24 Say Y here to enable the BCM2835/2836 watchdog 25 26 This provides basic infrastructure to support BCM2835/2836 watchdog 27 hardware, with a max timeout of ~15secs. --- 133 unchanged lines hidden --- |