]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
x86/apollolake: don't select non-existent INTEL_PMC
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 25 Feb 2026 06:23:01 +0000 (07:23 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 14 Apr 2026 20:21:48 +0000 (14:21 -0600)
Symbol CONFIG_INTEL_PMC does not exist.
Don't select it.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fixes: 1fc541931461 ("x86: apl: Add Kconfig and Makefile")
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
arch/x86/cpu/apollolake/Kconfig

index 5dd866ffcfe48c1560f5d4a4e38cb9b96c8d183c..99b532f385f2a757d4773086d2faa5848dfbab5a 100644 (file)
@@ -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