fix prereq.sh on NetBSD 8.1
[openadk.git] / target / waldux / config / Config.in.thermal
blob1fd6bfcfcfa4ce9223dcb255bb20bd47c4b70bf5
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 menu "Thermal driver support"
6 config ADK_WALDUX_KERNEL_THERMAL
7         bool
9 config ADK_WALDUX_KERNEL_CPU_THERMAL
10         bool
12 config ADK_WALDUX_KERNEL_THERMAL_OF
13         bool
15 config ADK_WALDUX_KERNEL_IMX_THERMAL
16         bool "Temperature sensor driver for Freescale i.MX SoCs"
17         select ADK_WALDUX_KERNEL_THERMAL
18         select ADK_WALDUX_KERNEL_CPU_THERMAL
19         select ADK_WALDUX_KERNEL_MFD_SYSCON
20         select ADK_WALDUX_KERNEL_OF
21         select ADK_WALDUX_KERNEL_THERMAL_OF
22         depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
23         default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
24         default n
26 endmenu