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.thermal7
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/config/Config.in.thermal b/target/linux/config/Config.in.thermal
index 820ef8417..3585e12fe 100644
--- a/target/linux/config/Config.in.thermal
+++ b/target/linux/config/Config.in.thermal
@@ -1,6 +1,8 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+menu "Thermal driver support"
+
config ADK_KERNEL_THERMAL
bool
@@ -10,15 +12,14 @@ config ADK_KERNEL_CPU_THERMAL
config ADK_KERNEL_THERMAL_OF
bool
-menu "Thermal driver support"
-
config ADK_KERNEL_IMX_THERMAL
bool "Temperature sensor driver for Freescale i.MX SoCs"
select ADK_KERNEL_THERMAL
select ADK_KERNEL_CPU_THERMAL
select ADK_KERNEL_MFD_SYSCON
- select ADK_KERNEL_THERMAL_OF
select ADK_KERNEL_OF
+ select ADK_KERNEL_THERMAL_OF
+ depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
default n