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 depends on AMD_NB 11 select ACPI_PLATFORM_PROFILE 12 depends on TEE && AMDTEE 13 help 14 This driver provides support for the AMD Platform Management Framework. 15 The goal is to enhance end user experience by making AMD PCs smarter, 16 quiter, power efficient by adapting to user behavior and environment. 17 18 To compile this driver as a module, choose M here: the module will 19 be called amd_pmf. 20 21config AMD_PMF_DEBUG 22 bool "PMF debug information" 23 depends on AMD_PMF 24 help 25 Enabling this option would give more debug information on the OEM fed 26 power setting values for each of the PMF feature. PMF driver gets this 27 information after evaluating a ACPI method and the information is stored 28 in the PMF config store. 29 30 Say Y here to enable more debug logs and Say N here if you are not sure. 31