diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-08 21:20:11 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-04 18:42:41 +0300 |
commit | 73c6ff6aac9338cb1bb3dbf9af51377e9830a849 (patch) | |
tree | fb82ddefafa76106779c8c36c4bf9f649cb9910d /configs/chromebook_link64_defconfig | |
parent | 15042e7b9b8687f21a009871236104994545944e (diff) | |
download | u-boot-73c6ff6aac9338cb1bb3dbf9af51377e9830a849.tar.xz |
rtc: Rename RTC_SUPPORT to RTC
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_link64_defconfig')
-rw-r--r-- | configs/chromebook_link64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig index 10d4fd1462..147cf687c7 100644 --- a/configs/chromebook_link64_defconfig +++ b/configs/chromebook_link64_defconfig @@ -38,7 +38,7 @@ CONFIG_SPL_DM_SPI_FLASH=y CONFIG_SPL_NET_SUPPORT=y CONFIG_SPL_PCI=y CONFIG_SPL_PCH=y -CONFIG_SPL_RTC_SUPPORT=y +CONFIG_SPL_RTC=y CONFIG_HUSH_PARSER=y CONFIG_CMD_CPU=y CONFIG_CMD_GPIO=y |