Kconfig 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. config TI_SOC_THERMAL
  2. tristate "Texas Instruments SoCs temperature sensor driver"
  3. help
  4. If you say yes here you get support for the Texas Instruments
  5. OMAP4460+ on die bandgap temperature sensor support. The register
  6. set is part of system control module.
  7. This includes alert interrupts generation and also the TSHUT
  8. support.
  9. config TI_THERMAL
  10. bool "Texas Instruments SoCs thermal framework support"
  11. depends on TI_SOC_THERMAL
  12. help
  13. If you say yes here you want to get support for generic thermal
  14. framework for the Texas Instruments on die bandgap temperature sensor.
  15. This includes trip points definitions, extrapolation rules and
  16. CPU cooling device bindings.
  17. config OMAP3_THERMAL
  18. bool "Texas Instruments OMAP3 thermal support"
  19. depends on TI_SOC_THERMAL
  20. depends on ARCH_OMAP3 || COMPILE_TEST
  21. help
  22. If you say yes here you get thermal support for the Texas Instruments
  23. OMAP3 SoC family. The current chips supported are:
  24. - OMAP3430
  25. OMAP3 chips normally don't need thermal management, and sensors in
  26. this generation are not accurate, nor they are very close to
  27. the important hotspots.
  28. Say 'N' here.
  29. config OMAP4_THERMAL
  30. bool "Texas Instruments OMAP4 thermal support"
  31. depends on TI_SOC_THERMAL
  32. depends on ARCH_OMAP4 || COMPILE_TEST
  33. help
  34. If you say yes here you get thermal support for the Texas Instruments
  35. OMAP4 SoC family. The current chip supported are:
  36. - OMAP4430
  37. - OMAP4460
  38. - OMAP4470
  39. This includes alert interrupts generation and also the TSHUT
  40. support.
  41. config OMAP5_THERMAL
  42. bool "Texas Instruments OMAP5 thermal support"
  43. depends on TI_SOC_THERMAL
  44. depends on SOC_OMAP5 || COMPILE_TEST
  45. help
  46. If you say yes here you get thermal support for the Texas Instruments
  47. OMAP5 SoC family. The current chip supported are:
  48. - OMAP5430
  49. This includes alert interrupts generation and also the TSHUT
  50. support.
  51. config DRA752_THERMAL
  52. bool "Texas Instruments DRA752 thermal support"
  53. depends on TI_SOC_THERMAL
  54. depends on SOC_DRA7XX || COMPILE_TEST
  55. help
  56. If you say yes here you get thermal support for the Texas Instruments
  57. DRA752 SoC family. The current chip supported are:
  58. - DRA752
  59. This includes alert interrupts generation and also the TSHUT
  60. support.