Kconfig 1.5 KB

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