Kconfig 408 B

12345678910111213
  1. config ST_THERMAL
  2. tristate "Thermal sensors on STMicroelectronics STi series of SoCs"
  3. help
  4. Support for thermal sensors on STMicroelectronics STi series of SoCs.
  5. config ST_THERMAL_SYSCFG
  6. select ST_THERMAL
  7. tristate "STi series syscfg register access based thermal sensors"
  8. config ST_THERMAL_MEMMAP
  9. select ST_THERMAL
  10. tristate "STi series memory mapped access based thermal sensors"