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_DIMMTEMP
18	tristate "PECI DIMM temperature monitoring client"
19	depends on PECI
20	select SENSORS_PECI
21	select PECI_CPU
22	help
23	  If you say yes here you get support for the generic Intel PECI hwmon
24	  driver which provides Temperature Sensor on DIMM readings that are
25	  accessible via the processor PECI interface.
26
27	  This driver can also be built as a module. If so, the module
28	  will be called peci-dimmtemp.
29
30config SENSORS_PECI
31	tristate
32