summaryrefslogtreecommitdiff
path: root/configs/chromebook_samus_tpl_defconfig
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 /configs/chromebook_samus_tpl_defconfig
parent103c5f180694024519a4af606497b8f1ee9903c0 (diff)
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 'configs/chromebook_samus_tpl_defconfig')
-rw-r--r--configs/chromebook_samus_tpl_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/chromebook_samus_tpl_defconfig b/configs/chromebook_samus_tpl_defconfig
index 6eef4ba896..d97c305110 100644
--- a/configs/chromebook_samus_tpl_defconfig
+++ b/configs/chromebook_samus_tpl_defconfig
@@ -36,9 +36,9 @@ CONFIG_SPL_SEPARATE_BSS=y
CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_SPL_NET_SUPPORT=y
CONFIG_SPL_PCI=y
-CONFIG_SPL_PCH_SUPPORT=y
+CONFIG_SPL_PCH=y
CONFIG_TPL_PCI=y
-CONFIG_TPL_PCH_SUPPORT=y
+CONFIG_TPL_PCH=y
CONFIG_TPL_DM_SPI=y
CONFIG_TPL_DM_SPI_FLASH=y
CONFIG_HUSH_PARSER=y