1 menu "Watchdog Timer Support"
4 bool "Enable U-Boot watchdog reset"
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.
15 bool "Enable BCM2835/2836 watchdog driver"
18 Say Y here to enable the BCM2835/2836 watchdog
20 This provides basic infrastructure to support BCM2835/2836 watchdog
21 hardware, with a max timeout of ~15secs.
24 bool "TI OMAP watchdog driver"
25 depends on ARCH_OMAP2PLUS
29 Say Y here to enable the OMAP3+ watchdog driver.
31 config TANGIER_WATCHDOG
32 bool "Intel Tangier watchdog"
36 This enables support for watchdog controller available on
37 Intel Tangier SoC. If you're using a board with Intel Tangier
41 bool "i.MX7ULP watchdog"
43 Say Y here to enable i.MX7ULP watchdog driver.
46 bool "Enable driver model for watchdog timer drivers"
49 Enable driver model for watchdog timer. At the moment the API
50 is very simple and only supports four operations:
51 start, restart, stop and reset (expire immediately).
52 What exactly happens when the timer expires is up to a particular
56 bool "Enable Watchdog Timer support for Sandbox"
57 depends on SANDBOX && WDT
59 Enable Watchdog Timer support in Sandbox. This is a dummy device that
60 can be probed and supports all of the methods of WDT, but does not
64 bool "Aspeed ast2400/ast2500 watchdog timer support"
66 default y if ARCH_ASPEED
68 Select this to enable watchdog timer for Aspeed ast2500/ast2400 devices.
69 The watchdog timer is stopped when initialized. It performs reset, either
70 full SoC reset or CPU or just some peripherals, based on the flags.
71 It currently does not support Boot Flash Addressing Mode Detection or
75 bool "BCM6345 watchdog timer support"
76 depends on WDT && ARCH_BMIPS
78 Select this to enable watchdog timer for BCM6345 SoCs.
79 The watchdog timer is stopped when initialized.
80 It performs full SoC reset.
83 bool "Orion watchdog timer support"
86 Select this to enable Orion watchdog timer, which can be found on some
90 bool "Cadence watchdog timer support"
94 Select this to enable Cadence watchdog timer, which can be found on some
95 Xilinx Microzed Platform.