aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-08 12:20:10 -0600
committerTom Rini <trini@konsulko.com>2021-09-04 11:42:41 -0400
commit15042e7b9b8687f21a009871236104994545944e (patch)
treeb7a4975b2820c1ca455ee2b6e7d6f25aca4ec4cb /arch
parent103c5f180694024519a4af606497b8f1ee9903c0 (diff)
downloadu-boot-15042e7b9b8687f21a009871236104994545944e.zip
u-boot-15042e7b9b8687f21a009871236104994545944e.tar.gz
u-boot-15042e7b9b8687f21a009871236104994545944e.tar.bz2
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/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig
index b3ce053..b710a65 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