Config.in.thermal 741 B

12345678910111213141516171819202122232425262728
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. menu "Thermal driver support"
  4. config ADK_LINUX_KERNEL_THERMAL
  5. bool
  6. config ADK_LINUX_KERNEL_CPU_THERMAL
  7. bool
  8. config ADK_LINUX_KERNEL_THERMAL_OF
  9. bool
  10. config ADK_LINUX_KERNEL_IMX_THERMAL
  11. bool "Temperature sensor driver for Freescale i.MX SoCs"
  12. select ADK_LINUX_KERNEL_THERMAL
  13. select ADK_LINUX_KERNEL_CPU_THERMAL
  14. select ADK_LINUX_KERNEL_MFD_SYSCON
  15. select ADK_LINUX_KERNEL_OF
  16. select ADK_LINUX_KERNEL_THERMAL_OF
  17. depends on ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  18. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  19. default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6 || \
  20. ADK_TARGET_SYSTEM_PHYTEC_IMX6
  21. default n
  22. endmenu