diff options
Diffstat (limited to 'drivers/platform/x86/amd/Kconfig')
| -rw-r--r-- | drivers/platform/x86/amd/Kconfig | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/drivers/platform/x86/amd/Kconfig b/drivers/platform/x86/amd/Kconfig index f88682d36447..c3e086ea64fc 100644 --- a/drivers/platform/x86/amd/Kconfig +++ b/drivers/platform/x86/amd/Kconfig @@ -3,21 +3,21 @@  # AMD x86 Platform Specific Drivers  # +source "drivers/platform/x86/amd/hsmp/Kconfig"  source "drivers/platform/x86/amd/pmf/Kconfig"  source "drivers/platform/x86/amd/pmc/Kconfig" -config AMD_HSMP -	tristate "AMD HSMP Driver" -	depends on AMD_NB && X86_64 && ACPI +config AMD_3D_VCACHE +	tristate "AMD 3D V-Cache Performance Optimizer Driver" +	depends on X86_64 && ACPI  	help -	  The driver provides a way for user space tools to monitor and manage -	  system management functionality on EPYC server CPUs from AMD. - -	  Host System Management Port (HSMP) interface is a mailbox interface -	  between the x86 core and the System Management Unit (SMU) firmware. +	  The driver provides a sysfs interface, enabling the setting of a bias +	  that alters CPU core reordering. This bias prefers cores with higher +	  frequencies or larger L3 caches on processors supporting AMD 3D V-Cache +	  technology.  	  If you choose to compile this driver as a module the module will be -	  called amd_hsmp. +	  called amd_3d_vcache.  config AMD_WBRF  	bool "AMD Wifi RF Band mitigations (WBRF)" | 
