Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 
0003 config SENSORS_PECI_CPUTEMP
0004         tristate "PECI CPU temperature monitoring client"
0005         depends on PECI
0006         select SENSORS_PECI
0007         select PECI_CPU
0008         help
0009           If you say yes here you get support for the generic Intel PECI
0010           cputemp driver which provides Digital Thermal Sensor (DTS) thermal
0011           readings of the CPU package and CPU cores that are accessible via
0012           the processor PECI interface.
0013 
0014           This driver can also be built as a module. If so, the module
0015           will be called peci-cputemp.
0016 
0017 config SENSORS_PECI_DIMMTEMP
0018         tristate "PECI DIMM temperature monitoring client"
0019         depends on PECI
0020         select SENSORS_PECI
0021         select PECI_CPU
0022         help
0023           If you say yes here you get support for the generic Intel PECI hwmon
0024           driver which provides Temperature Sensor on DIMM readings that are
0025           accessible via the processor PECI interface.
0026 
0027           This driver can also be built as a module. If so, the module
0028           will be called peci-dimmtemp.
0029 
0030 config SENSORS_PECI
0031         tristate