diff options
author | Fabio Baltieri <fabio.baltieri@linaro.org> | 2013-01-29 03:57:19 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-13 18:22:53 -0500 |
commit | f0e5bd412fde30de3839c8dfa93a3e19e71ee462 (patch) | |
tree | 5d54f2555ac1b4bb6345d5b35d37f2b54c9499f6 /drivers/watchdog/Kconfig | |
parent | 6f8cfa99845f12ab98990baef739e7e93565de87 (diff) |
watchdog: Add support for ux500_wdt watchdog
This patch adds support for the ux500_wdt watchdog that is found in
ST-Ericsson Ux500 platform. The driver is based on PRCMU APIs.
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 7f809fd4a57f..26e1fdbddf69 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -364,6 +364,18 @@ config IMX2_WDT | |||
364 | To compile this driver as a module, choose M here: the | 364 | To compile this driver as a module, choose M here: the |
365 | module will be called imx2_wdt. | 365 | module will be called imx2_wdt. |
366 | 366 | ||
367 | config UX500_WATCHDOG | ||
368 | tristate "ST-Ericsson Ux500 watchdog" | ||
369 | depends on MFD_DB8500_PRCMU | ||
370 | select WATCHDOG_CORE | ||
371 | default y | ||
372 | help | ||
373 | Say Y here to include Watchdog timer support for the watchdog | ||
374 | existing in the prcmu of ST-Ericsson Ux500 series platforms. | ||
375 | |||
376 | To compile this driver as a module, choose M here: the | ||
377 | module will be called ux500_wdt. | ||
378 | |||
367 | # AVR32 Architecture | 379 | # AVR32 Architecture |
368 | 380 | ||
369 | config AT32AP700X_WDT | 381 | config AT32AP700X_WDT |