summaryrefslogtreecommitdiff
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2017-06-29 10:45:41 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:27:10 +0800
commitee8d445013e28c929d6b295dbb11df4b5f1877cf (patch)
treef963db09c0ebf3b6a50f9a21d115ba019dfbd6a7 /drivers/watchdog
parente7926c6a52ea45be9c8917c419f768c948131f76 (diff)
MLK-15302 imx8mq: add wdog support
Add wdog nodes in dtsi. Enable wdog1 for imx8mq evk board. Enable imx wdt in defconfig. Correct clock, offset 0x4550 is actually for wdog3. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index adea54bb1b25..6bdcc08d7cf8 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -571,7 +571,7 @@ config MAX77620_WATCHDOG
config IMX2_WDT
tristate "IMX2+ Watchdog"
- depends on ARCH_MXC || ARCH_LAYERSCAPE || COMPILE_TEST
+ depends on ARCH_MXC || ARCH_LAYERSCAPE || ARCH_MXC_ARM64 || COMPILE_TEST
select REGMAP_MMIO
select WATCHDOG_CORE
help