drivers/hwmon/peci/Kconfig

Source file repositories/reference/linux-study-clean/drivers/hwmon/peci/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/hwmon/peci/Kconfig
Extension
[no extension]
Size
978 bytes
Lines
32
Domain
Driver Families
Bucket
drivers/hwmon
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0-only

config SENSORS_PECI_CPUTEMP
	tristate "PECI CPU temperature monitoring client"
	depends on PECI
	select SENSORS_PECI
	select PECI_CPU
	help
	  If you say yes here you get support for the generic Intel PECI
	  cputemp driver which provides Digital Thermal Sensor (DTS) thermal
	  readings of the CPU package and CPU cores that are accessible via
	  the processor PECI interface.

	  This driver can also be built as a module. If so, the module
	  will be called peci-cputemp.

config SENSORS_PECI_DIMMTEMP
	tristate "PECI DIMM temperature monitoring client"
	depends on PECI
	select SENSORS_PECI
	select PECI_CPU
	help
	  If you say yes here you get support for the generic Intel PECI hwmon
	  driver which provides Temperature Sensor on DIMM readings that are
	  accessible via the processor PECI interface.

	  This driver can also be built as a module. If so, the module
	  will be called peci-dimmtemp.

config SENSORS_PECI
	tristate

Annotation

Implementation Notes