summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.watchdog')
-rw-r--r--target/linux/config/Config.in.watchdog6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog
index 501964f9f..3175180cf 100644
--- a/target/linux/config/Config.in.watchdog
+++ b/target/linux/config/Config.in.watchdog
@@ -27,8 +27,10 @@ config ADK_LINUX_KERNEL_BCM2835_WDT
config ADK_LINUX_KERNEL_IMX2_WDT
bool "Hardware Watchdog for IMX6 boards"
select ADK_LINUX_KERNEL_WATCHDOG
- depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
- default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+ depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
+ ADK_TARGET_SYSTEM_PHYTEC_IMX6
+ default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
+ ADK_TARGET_SYSTEM_PHYTEC_IMX6
default n
help
Watchdog driver for IMX6 boards.