brintos

brintos / linux-shallow public Read only

0
0
Text · 978 B · 9d32a57 Raw
32 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3config SENSORS_PECI_CPUTEMP4	tristate "PECI CPU temperature monitoring client"5	depends on PECI6	select SENSORS_PECI7	select PECI_CPU8	help9	  If you say yes here you get support for the generic Intel PECI10	  cputemp driver which provides Digital Thermal Sensor (DTS) thermal11	  readings of the CPU package and CPU cores that are accessible via12	  the processor PECI interface.13 14	  This driver can also be built as a module. If so, the module15	  will be called peci-cputemp.16 17config SENSORS_PECI_DIMMTEMP18	tristate "PECI DIMM temperature monitoring client"19	depends on PECI20	select SENSORS_PECI21	select PECI_CPU22	help23	  If you say yes here you get support for the generic Intel PECI hwmon24	  driver which provides Temperature Sensor on DIMM readings that are25	  accessible via the processor PECI interface.26 27	  This driver can also be built as a module. If so, the module28	  will be called peci-dimmtemp.29 30config SENSORS_PECI31	tristate32