diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-08 21:20:10 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-04 18:42:41 +0300 |
commit | 15042e7b9b8687f21a009871236104994545944e (patch) | |
tree | b7a4975b2820c1ca455ee2b6e7d6f25aca4ec4cb /arch | |
parent | 103c5f180694024519a4af606497b8f1ee9903c0 (diff) | |
download | u-boot-15042e7b9b8687f21a009871236104994545944e.tar.xz |
pch: Rename PCH_SUPPORT to PCH
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/cpu/apollolake/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig index b3ce053173..b710a65371 100644 --- a/arch/x86/cpu/apollolake/Kconfig +++ b/arch/x86/cpu/apollolake/Kconfig @@ -12,10 +12,10 @@ config INTEL_APOLLOLAKE select INTEL_SOC select INTEL_PMC select TPL_X86_TSC_TIMER_NATIVE - select SPL_PCH_SUPPORT - select TPL_PCH_SUPPORT + select SPL_PCH + select TPL_PCH select PCIEX_LENGTH_256MB - select PCH_SUPPORT + select PCH select P2SB select SMP_AP_WORK select INTEL_GMA_SWSMISCI |