Kconfig 978 B

12345678910111213141516171819202122232425262728293031
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SENSORS_PECI_CPUTEMP
  3. tristate "PECI CPU temperature monitoring client"
  4. depends on PECI
  5. select SENSORS_PECI
  6. select PECI_CPU
  7. help
  8. If you say yes here you get support for the generic Intel PECI
  9. cputemp driver which provides Digital Thermal Sensor (DTS) thermal
  10. readings of the CPU package and CPU cores that are accessible via
  11. the processor PECI interface.
  12. This driver can also be built as a module. If so, the module
  13. will be called peci-cputemp.
  14. config SENSORS_PECI_DIMMTEMP
  15. tristate "PECI DIMM temperature monitoring client"
  16. depends on PECI
  17. select SENSORS_PECI
  18. select PECI_CPU
  19. help
  20. If you say yes here you get support for the generic Intel PECI hwmon
  21. driver which provides Temperature Sensor on DIMM readings that are
  22. accessible via the processor PECI interface.
  23. This driver can also be built as a module. If so, the module
  24. will be called peci-dimmtemp.
  25. config SENSORS_PECI
  26. tristate