xref: /linux/drivers/platform/x86/amd/Kconfig (revision 98e8f2c0e0930feee6a2538450c74d9d7de0a9cc)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# AMD x86 Platform Specific Drivers
4#
5
6source "drivers/platform/x86/amd/hsmp/Kconfig"
7source "drivers/platform/x86/amd/pmf/Kconfig"
8source "drivers/platform/x86/amd/pmc/Kconfig"
9source "drivers/platform/x86/amd/hfi/Kconfig"
10
11config AMD_3D_VCACHE
12	tristate "AMD 3D V-Cache Performance Optimizer Driver"
13	depends on X86_64 && ACPI
14	help
15	  The driver provides a sysfs interface, enabling the setting of a bias
16	  that alters CPU core reordering. This bias prefers cores with higher
17	  frequencies or larger L3 caches on processors supporting AMD 3D V-Cache
18	  technology.
19
20	  If you choose to compile this driver as a module the module will be
21	  called amd_3d_vcache.
22
23config AMD_WBRF
24	bool "AMD Wifi RF Band mitigations (WBRF)"
25	depends on ACPI
26	help
27	  WBRF(Wifi Band RFI mitigation) mechanism allows Wifi drivers
28	  to notify the frequencies they are using so that other hardware
29	  can be reconfigured to avoid harmonic conflicts.
30
31	  AMD provides an ACPI based mechanism to support WBRF on platform with
32	  appropriate underlying support.
33
34	  This mechanism will only be activated on platforms that advertise a
35	  need for it.
36
37config AMD_ISP_PLATFORM
38	tristate "AMD ISP4 platform driver"
39	depends on I2C && X86_64 && ACPI
40	help
41	  Platform driver for AMD platforms containing image signal processor
42	  gen 4. Provides camera sensor module board information to allow
43	  sensor and V4L drivers to work properly.
44
45	  This driver can also be built as a module. If so, the module
46	  will be called amd_isp4.
47