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