PMF core layer is meant to abstract the common functionalities across PMF features. This layer also does the plumbing work like setting up the mailbox channel for the communication between the PMF driver and the PMFW (Power Management Firmware) running on the SMU. Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com> Link: https://lore.kernel.org/r/20220802151149.2123699-2-Shyam-sundar.S-k@amd.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
16 lines
467 B
Plaintext
16 lines
467 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# AMD PMF Driver
|
|
#
|
|
|
|
config AMD_PMF
|
|
tristate "AMD Platform Management Framework"
|
|
depends on ACPI && PCI
|
|
help
|
|
This driver provides support for the AMD Platform Management Framework.
|
|
The goal is to enhance end user experience by making AMD PCs smarter,
|
|
quiter, power efficient by adapting to user behavior and environment.
|
|
|
|
To compile this driver as a module, choose M here: the module will
|
|
be called amd_pmf.
|