[Backport release-26.05] linux/common-config: drop X86_AMD_PSTATE_DYNAMIC_EPP (#527506)

This commit is contained in:
K900 2026-06-03 10:34:20 +00:00 committed by GitHub
commit 0cec9ccdec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,7 +185,6 @@ let
X86_INTEL_LPSS = yes;
X86_INTEL_PSTATE = yes;
X86_AMD_PSTATE = whenAtLeast "5.17" yes;
X86_AMD_PSTATE_DYNAMIC_EPP = whenAtLeast "7.1" yes;
# Intel DPTF (Dynamic Platform and Thermal Framework) Support
ACPI_DPTF = yes;