162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# AMD PMF Driver
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig AMD_PMF
762306a36Sopenharmony_ci	tristate "AMD Platform Management Framework"
862306a36Sopenharmony_ci	depends on ACPI && PCI
962306a36Sopenharmony_ci	depends on POWER_SUPPLY
1062306a36Sopenharmony_ci	depends on AMD_NB
1162306a36Sopenharmony_ci	select ACPI_PLATFORM_PROFILE
1262306a36Sopenharmony_ci	help
1362306a36Sopenharmony_ci	  This driver provides support for the AMD Platform Management Framework.
1462306a36Sopenharmony_ci	  The goal is to enhance end user experience by making AMD PCs smarter,
1562306a36Sopenharmony_ci	  quiter, power efficient by adapting to user behavior and environment.
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will
1862306a36Sopenharmony_ci	  be called amd_pmf.
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciconfig AMD_PMF_DEBUG
2162306a36Sopenharmony_ci	bool "PMF debug information"
2262306a36Sopenharmony_ci	depends on AMD_PMF
2362306a36Sopenharmony_ci	help
2462306a36Sopenharmony_ci	 Enabling this option would give more debug information on the OEM fed
2562306a36Sopenharmony_ci	 power setting values for each of the PMF feature. PMF driver gets this
2662306a36Sopenharmony_ci	 information after evaluating a ACPI method and the information is stored
2762306a36Sopenharmony_ci	 in the PMF config store.
2862306a36Sopenharmony_ci
2962306a36Sopenharmony_ci	 Say Y here to enable more debug logs and Say N here if you are not sure.
30