Kconfig 792 B

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