Config.in.thermal 567 B

12345678910111213141516171819202122232425
  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. config ADK_KERNEL_THERMAL
  4. bool
  5. config ADK_KERNEL_CPU_THERMAL
  6. bool
  7. config ADK_KERNEL_THERMAL_OF
  8. bool
  9. menu "Thermal driver support"
  10. config ADK_KERNEL_IMX_THERMAL
  11. bool "Temperature sensor driver for Freescale i.MX SoCs"
  12. select ADK_KERNEL_THERMAL
  13. select ADK_KERNEL_CPU_THERMAL
  14. select ADK_KERNEL_MFD_SYSCON
  15. select ADK_KERNEL_THERMAL_OF
  16. select ADK_KERNEL_OF
  17. default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
  18. default n
  19. endmenu