Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. config TI_SOC_THERMAL
  2. tristate "Texas Instruments SoCs temperature sensor driver"
  3. depends on THERMAL
  4. depends on ARCH_HAS_BANDGAP
  5. help
  6. If you say yes here you get support for the Texas Instruments
  7. OMAP4460+ on die bandgap temperature sensor support. The register
  8. set is part of system control module.
  9. This includes alert interrupts generation and also the TSHUT
  10. support.
  11. config TI_THERMAL
  12. bool "Texas Instruments SoCs thermal framework support"
  13. depends on TI_SOC_THERMAL
  14. depends on CPU_THERMAL
  15. help
  16. If you say yes here you want to get support for generic thermal
  17. framework for the Texas Instruments on die bandgap temperature sensor.
  18. This includes trip points definitions, extrapolation rules and
  19. CPU cooling device bindings.
  20. config OMAP4_THERMAL
  21. bool "Texas Instruments OMAP4 thermal support"
  22. depends on TI_SOC_THERMAL
  23. depends on ARCH_OMAP4
  24. help
  25. If you say yes here you get thermal support for the Texas Instruments
  26. OMAP4 SoC family. The current chip supported are:
  27. - OMAP4430
  28. - OMAP4460
  29. - OMAP4470
  30. This includes alert interrupts generation and also the TSHUT
  31. support.
  32. config OMAP5_THERMAL
  33. bool "Texas Instruments OMAP5 thermal support"
  34. depends on TI_SOC_THERMAL
  35. depends on SOC_OMAP5
  36. help
  37. If you say yes here you get thermal support for the Texas Instruments
  38. OMAP5 SoC family. The current chip supported are:
  39. - OMAP5430
  40. This includes alert interrupts generation and also the TSHUT
  41. support.
  42. config DRA752_THERMAL
  43. bool "Texas Instruments DRA752 thermal support"
  44. depends on TI_SOC_THERMAL
  45. depends on SOC_DRA7XX
  46. help
  47. If you say yes here you get thermal support for the Texas Instruments
  48. DRA752 SoC family. The current chip supported are:
  49. - DRA752
  50. This includes alert interrupts generation and also the TSHUT
  51. support.