From: Heinrich Schuchardt Date: Wed, 25 Feb 2026 06:23:01 +0000 (+0100) Subject: x86/apollolake: don't select non-existent INTEL_PMC X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8f56e008744a40718291f94090fd0598cf325a;p=thirdparty%2Fu-boot.git x86/apollolake: don't select non-existent INTEL_PMC Symbol CONFIG_INTEL_PMC does not exist. Don't select it. Signed-off-by: Heinrich Schuchardt Fixes: 1fc541931461 ("x86: apl: Add Kconfig and Makefile") Reviewed-by: Quentin Schulz --- diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig index 5dd866ffcfe..99b532f385f 100644 --- a/arch/x86/cpu/apollolake/Kconfig +++ b/arch/x86/cpu/apollolake/Kconfig @@ -9,7 +9,6 @@ config INTEL_APOLLOLAKE select ARCH_MISC_INIT select USE_CAR select INTEL_SOC - select INTEL_PMC select TPL_X86_TSC_TIMER_NATIVE select SPL_PCH select TPL_PCH