aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 786f8c8338fb..17b39b8a2520 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -461,6 +461,19 @@ config TEGRA_WATCHDOG
461 To compile this driver as a module, choose M here: the 461 To compile this driver as a module, choose M here: the
462 module will be called tegra_wdt. 462 module will be called tegra_wdt.
463 463
464config QCOM_WDT
465 tristate "QCOM watchdog"
466 depends on HAS_IOMEM
467 depends on ARCH_QCOM
468 select WATCHDOG_CORE
469 help
470 Say Y here to include Watchdog timer support for the watchdog found
471 on QCOM chipsets. Currently supported targets are the MSM8960,
472 APQ8064, and IPQ8064.
473
474 To compile this driver as a module, choose M here: the
475 module will be called qcom_wdt.
476
464# AVR32 Architecture 477# AVR32 Architecture
465 478
466config AT32AP700X_WDT 479config AT32AP700X_WDT