diff options
Diffstat (limited to 'drivers/char/watchdog/Kconfig')
-rw-r--r-- | drivers/char/watchdog/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/char/watchdog/Kconfig b/drivers/char/watchdog/Kconfig index 2dfaf969f1a9..d9c2eb055f0e 100644 --- a/drivers/char/watchdog/Kconfig +++ b/drivers/char/watchdog/Kconfig | |||
@@ -203,6 +203,18 @@ config IOP_WATCHDOG | |||
203 | operating as an Root Complex and/or Central Resource, the PCI-X | 203 | operating as an Root Complex and/or Central Resource, the PCI-X |
204 | and/or PCIe busses will also be reset. THIS IS A VERY BIG HAMMER. | 204 | and/or PCIe busses will also be reset. THIS IS A VERY BIG HAMMER. |
205 | 205 | ||
206 | config DAVINCI_WATCHDOG | ||
207 | tristate "DaVinci watchdog" | ||
208 | depends on WATCHDOG && ARCH_DAVINCI | ||
209 | help | ||
210 | Say Y here if to include support for the watchdog timer | ||
211 | in the DaVinci DM644x/DM646x processors. | ||
212 | To compile this driver as a module, choose M here: the | ||
213 | module will be called davinci_wdt. | ||
214 | |||
215 | NOTE: once enabled, this timer cannot be disabled. | ||
216 | Say N if you are unsure. | ||
217 | |||
206 | # AVR32 Architecture | 218 | # AVR32 Architecture |
207 | 219 | ||
208 | config AT32AP700X_WDT | 220 | config AT32AP700X_WDT |