1# SPDX-License-Identifier: GPL-2.0 2config DPTF_POWER 3 tristate "DPTF Platform Power Participant" 4 depends on X86 5 help 6 This driver adds support for Dynamic Platform and Thermal Framework 7 (DPTF) Platform Power Participant device (INT3407) support. 8 This participant is responsible for exposing platform telemetry: 9 max_platform_power 10 platform_power_source 11 adapter_rating 12 battery_steady_power 13 charger_type 14 15 To compile this driver as a module, choose M here: 16 the module will be called dptf_power. 17 18config DPTF_PCH_FIVR 19 tristate "DPTF PCH FIVR Participant" 20 depends on X86 21 help 22 This driver adds support for Dynamic Platform and Thermal Framework 23 (DPTF) PCH FIVR Participant device support. This driver allows to 24 switch PCH FIVR (Fully Integrated Voltage Regulator) frequency. 25 This participant is responsible for exposing: 26 freq_mhz_low_clock 27 freq_mhz_high_clock 28 29 To compile this driver as a module, choose M here: 30 the module will be called dptf_pch_fivr. 31