[PATCH 1/1] x86/apollolake: don't select non-existent INTEL_PMC

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Wed Feb 25 07:23:01 CET 2026


Symbol CONFIG_INTEL_PMC does not exist.
Don't select it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 arch/x86/cpu/apollolake/Kconfig | 1 -
 1 file changed, 1 deletion(-)

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
-- 
2.51.0



More information about the U-Boot mailing list