Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
[platform/kernel/u-boot.git] / drivers / watchdog / Kconfig
1 menu "Watchdog Timer Support"
2
3 config 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
11 config WATCHDOG_TIMEOUT_MSECS
12         int "Watchdog timeout in msec"
13         default 128000 if ARCH_MX25 || ARCH_MX31 || ARCH_MX5 || ARCH_MX6
14         default 128000 if ARCH_MX7 || ARCH_VF610
15         default 30000 if ARCH_SOCFPGA
16         default 60000
17         help
18           Watchdog timeout in msec
19
20 config HW_WATCHDOG
21         bool
22
23 config WATCHDOG_RESET_DISABLE
24         bool "Disable reset watchdog"
25         help
26            Disable reset watchdog, which can let WATCHDOG_RESET invalid, so
27            that the watchdog will not be fed in u-boot.
28
29 config IMX_WATCHDOG
30         bool "Enable Watchdog Timer support for IMX and LSCH2 of NXP"
31         select HW_WATCHDOG if !WDT
32         help
33            Select this to enable the IMX and LSCH2 of Layerscape watchdog
34            driver.
35
36 config OMAP_WATCHDOG
37         bool "TI OMAP watchdog driver"
38         depends on ARCH_OMAP2PLUS
39         select HW_WATCHDOG
40         help
41           Say Y here to enable the OMAP3+ watchdog driver.
42
43 config ULP_WATCHDOG
44         bool "i.MX7ULP watchdog"
45         help
46           Say Y here to enable i.MX7ULP watchdog driver.
47
48 config DESIGNWARE_WATCHDOG
49         bool "Designware watchdog timer support"
50         select HW_WATCHDOG if !WDT
51         help
52            Enable this to support Designware Watchdog Timer IP, present e.g.
53            on Altera SoCFPGA SoCs.
54
55 config WDT
56         bool "Enable driver model for watchdog timer drivers"
57         depends on DM
58         imply WATCHDOG
59         help
60           Enable driver model for watchdog timer. At the moment the API
61           is very simple and only supports four operations:
62           start, stop, reset and expire_now (expire immediately).
63           What exactly happens when the timer expires is up to a particular
64           device/driver.
65
66 config WDT_ARMADA_37XX
67         bool "Marvell Armada 37xx watchdog timer support"
68         depends on WDT && ARMADA_3700
69         help
70            Enable this to support Watchdog Timer on Marvell Armada 37xx SoC.
71            There are 4 possible clocks which can be used on these SoCs. This
72            driver uses the second clock (ID 1), assuming that so will also
73            Linux's driver.
74
75 config WDT_ASPEED
76         bool "Aspeed ast2400/ast2500 watchdog timer support"
77         depends on WDT
78         default y if ARCH_ASPEED
79         help
80           Select this to enable watchdog timer for Aspeed ast2500/ast2400 devices.
81           The watchdog timer is stopped when initialized. It performs reset, either
82           full SoC reset or CPU or just some peripherals, based on the flags.
83           It currently does not support Boot Flash Addressing Mode Detection or
84           Second Boot.
85
86 config WDT_AT91
87         bool "AT91 watchdog timer support"
88         depends on WDT
89         help
90            Select this to enable Microchip watchdog timer, which can be found on
91            some AT91 devices.
92
93 config WDT_BCM6345
94         bool "BCM6345 watchdog timer support"
95         depends on WDT && (ARCH_BMIPS || ARCH_BCM68360 || \
96                            ARCH_BCM6858 || ARCH_BCM63158)
97         help
98           Select this to enable watchdog timer for BCM6345 SoCs.
99           The watchdog timer is stopped when initialized.
100           It performs full SoC reset.
101
102 config WDT_CDNS
103         bool "Cadence watchdog timer support"
104         depends on WDT
105         imply WATCHDOG
106         help
107            Select this to enable Cadence watchdog timer, which can be found on some
108            Xilinx Microzed Platform.
109
110 config WDT_CORTINA
111         bool "Cortina Access CAxxxx watchdog timer support"
112         depends on WDT
113         help
114           Cortina Access CAxxxx watchdog timer support.
115           This driver support all CPU ISAs supported by Cortina
116           Access CAxxxx SoCs.
117
118 config WDT_MPC8xx
119         bool "MPC8xx watchdog timer support"
120         depends on WDT && MPC8xx
121         select CONFIG_MPC8xx_WATCHDOG
122         help
123            Select this to enable mpc8xx watchdog timer
124
125 config WDT_MT7621
126         bool "MediaTek MT7621 watchdog timer support"
127         depends on WDT && SOC_MT7628
128         help
129            Select this to enable Ralink / Mediatek watchdog timer,
130            which can be found on some MediaTek chips.
131
132 config WDT_MTK
133         bool "MediaTek watchdog timer support"
134         depends on WDT && ARCH_MEDIATEK
135         help
136           Select this to enable watchdog timer for MediaTek SoCs.
137           The watchdog timer is stopped when initialized.
138           It performs full SoC reset.
139
140 config WDT_OMAP3
141         bool "TI OMAP watchdog timer support"
142         depends on WDT && ARCH_OMAP2PLUS
143         default y if AM33XX
144         help
145           This enables OMAP3+ watchdog timer driver, which can be
146           found on some TI chipsets and inline with driver model.
147
148 config WDT_ORION
149         bool "Orion watchdog timer support"
150         depends on WDT
151         select CLK
152         help
153            Select this to enable Orion watchdog timer, which can be found on some
154            Marvell Armada chips.
155
156 config WDT_SANDBOX
157         bool "Enable Watchdog Timer support for Sandbox"
158         depends on SANDBOX && WDT
159         help
160           Enable Watchdog Timer support in Sandbox. This is a dummy device that
161           can be probed and supports all of the methods of WDT, but does not
162           really do anything.
163
164 config WDT_SP805
165         bool "SP805 watchdog timer support"
166         depends on WDT
167         help
168            Select this to enable SP805 watchdog timer, which can be found on some
169            nxp layerscape chips.
170
171 config WDT_STM32MP
172         bool "IWDG watchdog driver for STM32 MP's family"
173         depends on WDT
174         imply WATCHDOG
175         help
176           Enable the STM32 watchdog (IWDG) driver. Enable support to
177           configure STM32's on-SoC watchdog.
178
179 config XILINX_TB_WATCHDOG
180         bool "Xilinx Axi watchdog timer support"
181         depends on WDT
182         imply WATCHDOG
183         help
184            Select this to enable Xilinx Axi watchdog timer, which can be found on some
185            Xilinx Microblaze Platforms.
186
187 config WDT_TANGIER
188         bool "Intel Tangier watchdog timer support"
189         depends on WDT && INTEL_MID
190         help
191           This enables support for watchdog controller available on
192           Intel Tangier SoC. If you're using a board with Intel Tangier
193           SoC, say Y here.
194
195 config SPL_WDT
196         bool "Enable driver model for watchdog timer drivers in SPL"
197         depends on SPL_DM
198         help
199           Enable driver model for watchdog timer in SPL.
200           This is similar to CONFIG_WDT in U-Boot.
201
202 endmenu