Kconfig 898 B

1234567891011121314151617181920212223242526
  1. #
  2. # STMicroelectronics thermal drivers configuration
  3. #
  4. config ST_THERMAL
  5. tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
  6. help
  7. Support for thermal sensors on STMicroelectronics STi series of SoCs.
  8. config ST_THERMAL_SYSCFG
  9. select ST_THERMAL
  10. tristate "STi series syscfg register access based thermal sensors"
  11. config ST_THERMAL_MEMMAP
  12. select ST_THERMAL
  13. tristate "STi series memory mapped access based thermal sensors"
  14. config STM32_THERMAL
  15. tristate "Thermal framework support on STMicroelectronics STM32 series of SoCs"
  16. depends on MACH_STM32MP157
  17. default y
  18. help
  19. Support for thermal framework on STMicroelectronics STM32 series of
  20. SoCs. This thermal driver allows to access to general thermal framework
  21. functionalities and to acces to SoC sensor functionalities. This
  22. configuration is fully dependent of MACH_STM32MP157.