1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate "AMD Platform Management Framework"
9 depends on POWER_SUPPLY
11 select ACPI_PLATFORM_PROFILE
12 depends on TEE && AMDTEE
13 depends on AMD_SFH_HID
15 This driver provides support for the AMD Platform Management Framework.
16 The goal is to enhance end user experience by making AMD PCs smarter,
17 quiter, power efficient by adapting to user behavior and environment.
19 To compile this driver as a module, choose M here: the module will
23 bool "PMF debug information"
26 Enabling this option would give more debug information on the OEM fed
27 power setting values for each of the PMF feature. PMF driver gets this
28 information after evaluating a ACPI method and the information is stored
29 in the PMF config store.
31 Say Y here to enable more debug logs and Say N here if you are not sure.