From 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 3 Mar 2018 15:46:47 +0100 Subject: add support for waldux --- target/waldux/config/Config.in.thermal | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 target/waldux/config/Config.in.thermal (limited to 'target/waldux/config/Config.in.thermal') diff --git a/target/waldux/config/Config.in.thermal b/target/waldux/config/Config.in.thermal new file mode 100644 index 000000000..1fd6bfcfc --- /dev/null +++ b/target/waldux/config/Config.in.thermal @@ -0,0 +1,26 @@ +# 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_WALDUX_KERNEL_THERMAL + bool + +config ADK_WALDUX_KERNEL_CPU_THERMAL + bool + +config ADK_WALDUX_KERNEL_THERMAL_OF + bool + +config ADK_WALDUX_KERNEL_IMX_THERMAL + bool "Temperature sensor driver for Freescale i.MX SoCs" + select ADK_WALDUX_KERNEL_THERMAL + select ADK_WALDUX_KERNEL_CPU_THERMAL + select ADK_WALDUX_KERNEL_MFD_SYSCON + select ADK_WALDUX_KERNEL_OF + select ADK_WALDUX_KERNEL_THERMAL_OF + depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default n + +endmenu -- cgit v1.2.3