diff options
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 53f5538c0c05..2f48ba329961 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -187,6 +187,15 @@ 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 | |||
192 | config 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 | |||
190 | # X86 (i386 + ia64 + x86_64) Architecture | 199 | # X86 (i386 + ia64 + x86_64) Architecture |
191 | 200 | ||
192 | config ACQUIRE_WDT | 201 | config ACQUIRE_WDT |