summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-08-08 21:20:11 +0300
committerTom Rini <trini@konsulko.com>2021-09-04 18:42:41 +0300
commit73c6ff6aac9338cb1bb3dbf9af51377e9830a849 (patch)
treefb82ddefafa76106779c8c36c4bf9f649cb9910d /common
parent15042e7b9b8687f21a009871236104994545944e (diff)
downloadu-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 'common')
-rw-r--r--common/spl/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 93eff14e9a..15ddb0d953 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -1073,7 +1073,7 @@ config SPL_REMOTEPROC
Enable support for REMOTEPROCs in SPL. This permits to load
a remote processor firmware in SPL.
-config SPL_RTC_SUPPORT
+config SPL_RTC
bool "Support RTC drivers"
help
Enable RTC (Real-time Clock) support in SPL. This includes support
@@ -1562,7 +1562,7 @@ config TPL_RAM_DEVICE
be already in memory when TPL takes over, e.g. loaded by the boot
ROM.
-config TPL_RTC_SUPPORT
+config TPL_RTC
bool "Support RTC drivers"
help
Enable RTC (Real-time Clock) support in TPL. This includes support