xref: /linux/drivers/platform/x86/amd/pmf/Kconfig (revision 8bc8824d30193eb7755043d5bb65fa7f0d11a595)
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	select ACPI_PLATFORM_PROFILE
10	help
11	  This driver provides support for the AMD Platform Management Framework.
12	  The goal is to enhance end user experience by making AMD PCs smarter,
13	  quiter, power efficient by adapting to user behavior and environment.
14
15	  To compile this driver as a module, choose M here: the module will
16	  be called amd_pmf.
17