brintos

brintos / linux-shallow public Read only

0
0
Text · 1.4 KiB · 4b3fdc0 Raw
47 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3menuconfig ACPI_DPTF4	bool "Intel DPTF (Dynamic Platform and Thermal Framework) Support"5	depends on X866	help7	  Intel Dynamic Platform and Thermal Framework (DPTF) is a platform8	  level hardware/software solution for power and thermal management.9 10	  As a container for multiple power/thermal technologies, DPTF provides11	  a coordinated approach for different policies to effect the hardware12	  state of a system.13 14if ACPI_DPTF15 16config DPTF_POWER17	tristate "Platform Power DPTF Participant"18	default m19	help20	  This driver adds support for Dynamic Platform and Thermal Framework21	  (DPTF) Platform Power Participant device (INT3407) support.22	  This participant is responsible for exposing platform telemetry:23		max_platform_power24		platform_power_source25		adapter_rating26		battery_steady_power27		charger_type28 29	  To compile this driver as a module, choose M here:30	  the module will be called dptf_power.31 32config DPTF_PCH_FIVR33	tristate "PCH FIVR DPTF Participant"34	default m35	help36	  This driver adds support for Dynamic Platform and Thermal Framework37	  (DPTF) PCH FIVR Participant device support. This driver allows to38	  switch the PCH FIVR (Fully Integrated Voltage Regulator) frequency.39	  This participant is responsible for exposing:40		freq_mhz_low_clock41		freq_mhz_high_clock42 43	  To compile this driver as a module, choose M here:44	  the module will be called dptf_pch_fivr.45 46endif47