xref: /openbmc/linux/drivers/platform/x86/amd/pmf/Kconfig (revision 25ebbc57ca56df3cf9149e9da6b1d3169c8487db)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# AMD PMF Driver
4#
5
6config AMD_PMF
7	tristate "AMD Platform Management Framework"
8	depends on ACPI && PCI
9	depends on POWER_SUPPLY
10	select ACPI_PLATFORM_PROFILE
11	help
12	  This driver provides support for the AMD Platform Management Framework.
13	  The goal is to enhance end user experience by making AMD PCs smarter,
14	  quiter, power efficient by adapting to user behavior and environment.
15
16	  To compile this driver as a module, choose M here: the module will
17	  be called amd_pmf.
18