brintos

brintos / linux-shallow public Read only

0
0
Text · 992 B · f4fa8bd Raw
32 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# AMD PMF Driver4#5 6config AMD_PMF7	tristate "AMD Platform Management Framework"8	depends on ACPI && PCI9	depends on POWER_SUPPLY10	depends on AMD_NB11	select ACPI_PLATFORM_PROFILE12	depends on TEE && AMDTEE13	depends on AMD_SFH_HID14	help15	  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.18 19	  To compile this driver as a module, choose M here: the module will20	  be called amd_pmf.21 22config AMD_PMF_DEBUG23	bool "PMF debug information"24	depends on AMD_PMF25	help26	 Enabling this option would give more debug information on the OEM fed27	 power setting values for each of the PMF feature. PMF driver gets this28	 information after evaluating a ACPI method and the information is stored29	 in the PMF config store.30 31	 Say Y here to enable more debug logs and Say N here if you are not sure.32