diff options
| author | Heinrich Schuchardt <[email protected]> | 2026-02-25 07:23:01 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-14 14:21:48 -0600 |
| commit | dc8f56e008744a40718291f94090fd0598cf325a (patch) | |
| tree | 422a1eeeb6ea416ec818b945ccf4b9b41b48dd28 | |
| parent | 8f6a5932aaec6f3fbe5fad1b28aa2322374a42f6 (diff) | |
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 <[email protected]>
Fixes: 1fc541931461 ("x86: apl: Add Kconfig and Makefile")
Reviewed-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | arch/x86/cpu/apollolake/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
