diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-03 15:46:47 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-03-07 20:44:04 +0100 |
| commit | 9bb871a0bb4c239239944d28bd4d5cfa19d84f62 (patch) | |
| tree | b1c2eee95a3b475748c89d0075f604bb159a3271 /target/linux/config/Config.in.thermal | |
| parent | a4767b13763b91dfb0aa75d2985d63d7ed9cb64c (diff) | |
add support for waldux
Diffstat (limited to 'target/linux/config/Config.in.thermal')
| -rw-r--r-- | target/linux/config/Config.in.thermal | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/target/linux/config/Config.in.thermal b/target/linux/config/Config.in.thermal index 3585e12fe..c79e5b42f 100644 --- a/target/linux/config/Config.in.thermal +++ b/target/linux/config/Config.in.thermal @@ -3,22 +3,22 @@ menu "Thermal driver support" -config ADK_KERNEL_THERMAL +config ADK_LINUX_KERNEL_THERMAL bool -config ADK_KERNEL_CPU_THERMAL +config ADK_LINUX_KERNEL_CPU_THERMAL bool -config ADK_KERNEL_THERMAL_OF +config ADK_LINUX_KERNEL_THERMAL_OF bool -config ADK_KERNEL_IMX_THERMAL +config ADK_LINUX_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_OF - select ADK_KERNEL_THERMAL_OF + select ADK_LINUX_KERNEL_THERMAL + select ADK_LINUX_KERNEL_CPU_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 default n |
