summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.thermal
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.thermal')
-rw-r--r--target/linux/config/Config.in.thermal6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.thermal b/target/linux/config/Config.in.thermal
index c79e5b42f..d7ed04c2d 100644
--- a/target/linux/config/Config.in.thermal
+++ b/target/linux/config/Config.in.thermal
@@ -19,8 +19,10 @@ config ADK_LINUX_KERNEL_IMX_THERMAL
select ADK_LINUX_KERNEL_MFD_SYSCON
select ADK_LINUX_KERNEL_OF
select ADK_LINUX_KERNEL_THERMAL_OF
- 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
endmenu