xref: /openbmc/linux/drivers/acpi/dptf/Kconfig (revision 550987be)
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