From 73c6ff6aac9338cb1bb3dbf9af51377e9830a849 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 8 Aug 2021 12:20:11 -0600 Subject: rtc: Rename RTC_SUPPORT to RTC Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass --- configs/sandbox_noinst_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/sandbox_noinst_defconfig') diff --git a/configs/sandbox_noinst_defconfig b/configs/sandbox_noinst_defconfig index 68afab6f58..646b532d91 100644 --- a/configs/sandbox_noinst_defconfig +++ b/configs/sandbox_noinst_defconfig @@ -33,7 +33,7 @@ CONFIG_HANDOFF=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_I2C=y -CONFIG_SPL_RTC_SUPPORT=y +CONFIG_SPL_RTC=y CONFIG_CMD_CPU=y CONFIG_CMD_LICENSE=y CONFIG_CMD_BOOTZ=y -- cgit v1.2.3