xref: /openbmc/linux/drivers/acpi/dptf/Kconfig (revision 74ce1896)
1config DPTF_POWER
2	tristate "DPTF Platform Power Participant"
3	depends on X86
4	help
5	  This driver adds support for Dynamic Platform and Thermal Framework
6	  (DPTF) Platform Power Participant device (INT3407) support.
7	  This participant is responsible for exposing platform telemetry:
8		max_platform_power
9		platform_power_source
10		adapter_rating
11		battery_steady_power
12		charger_type
13
14	  To compile this driver as a module, choose M here:
15	  the module will be called dptf_power.
16