diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 362085d7ad8f..d1d53f301de7 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -290,6 +290,16 @@ config ORION_WATCHDOG | |||
290 | To compile this driver as a module, choose M here: the | 290 | To compile this driver as a module, choose M here: the |
291 | module will be called orion_wdt. | 291 | module will be called orion_wdt. |
292 | 292 | ||
293 | config SUNXI_WATCHDOG | ||
294 | tristate "Allwinner SoCs watchdog support" | ||
295 | depends on ARCH_SUNXI | ||
296 | select WATCHDOG_CORE | ||
297 | help | ||
298 | Say Y here to include support for the watchdog timer | ||
299 | in Allwinner SoCs. | ||
300 | To compile this driver as a module, choose M here: the | ||
301 | module will be called sunxi_wdt. | ||
302 | |||
293 | config COH901327_WATCHDOG | 303 | config COH901327_WATCHDOG |
294 | bool "ST-Ericsson COH 901 327 watchdog" | 304 | bool "ST-Ericsson COH 901 327 watchdog" |
295 | depends on ARCH_U300 | 305 | depends on ARCH_U300 |