diff options
author | Simon Glass | 2021-08-08 12:20:10 -0600 |
---|---|---|
committer | Tom Rini | 2021-09-04 11:42:41 -0400 |
commit | 15042e7b9b8687f21a009871236104994545944e (patch) | |
tree | b7a4975b2820c1ca455ee2b6e7d6f25aca4ec4cb /configs/chromebook_samus_tpl_defconfig | |
parent | 103c5f180694024519a4af606497b8f1ee9903c0 (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_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/chromebook_samus_tpl_defconfig b/configs/chromebook_samus_tpl_defconfig index 6eef4ba896f..d97c305110c 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 |