19 lines
		
	
	
		
			541 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			541 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0-only
 | |
| #
 | |
| # AMD PMF Driver
 | |
| #
 | |
| 
 | |
| config AMD_PMF
 | |
| 	tristate "AMD Platform Management Framework"
 | |
| 	depends on ACPI && PCI
 | |
| 	depends on POWER_SUPPLY
 | |
| 	depends on AMD_NB
 | |
| 	select ACPI_PLATFORM_PROFILE
 | |
| 	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.
 |