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