aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r--drivers/char/watchdog/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig
index 53f5538c0c05..520afb8e5234 100644
--- a/drivers/char/watchdog/Kconfig
+++ b/drivers/char/watchdog/Kconfig
@@ -187,6 +187,26 @@ config PNX4008_WATCHDOG
187 187
188 Say N if you are unsure. 188 Say N if you are unsure.
189 189
190# AVR32 Architecture
191
192config AT32AP700X_WDT
193 tristate "AT32AP700x watchdog"
194 depends on WATCHDOG && CPU_AT32AP7000
195 help
196 Watchdog timer embedded into AT32AP700x devices. This will reboot
197 your system when the timeout is reached.
198
199config AT32AP700X_WDT_TIMEOUT
200 int "Timeout value for AT32AP700x watchdog"
201 depends on AT32AP700X_WDT
202 default "2"
203 range 1 2
204 help
205 Sets the timeout value for the watchdog in AT32AP700x devices.
206 Limited by hardware to be 1 or 2 seconds.
207
208 Set to 2 seconds by default.
209
190# X86 (i386 + ia64 + x86_64) Architecture 210# X86 (i386 + ia64 + x86_64) Architecture
191 211
192config ACQUIRE_WDT 212config ACQUIRE_WDT