diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-03 20:48:28 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-03 20:49:35 -0600 |
commit | 7e033cb481b0f395e3f1a912798f5f84f4633479 (patch) | |
tree | 35c29be25689a8c042e68319d9cc0d9e3bbc5813 /target/linux/config/Config.in.thermal | |
parent | 7d3615886aa1eda198fd85cb8864c5aecd752170 (diff) |
add thermal driver support for solidrun-imx6. do some kconfig style.
Diffstat (limited to 'target/linux/config/Config.in.thermal')
-rw-r--r-- | target/linux/config/Config.in.thermal | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.thermal b/target/linux/config/Config.in.thermal new file mode 100644 index 000000000..820ef8417 --- /dev/null +++ b/target/linux/config/Config.in.thermal @@ -0,0 +1,25 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +config ADK_KERNEL_THERMAL + bool + +config ADK_KERNEL_CPU_THERMAL + bool + +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 + default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 + default n + +endmenu |