]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rtc: Rename RTC_SUPPORT to RTC
authorSimon Glass <sjg@chromium.org>
Sun, 8 Aug 2021 18:20:11 +0000 (12:20 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 4 Sep 2021 15:42:41 +0000 (11:42 -0400)
Rename these options so that CONFIG_IS_ENABLED can be used with them.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/Kconfig
configs/chromebook_link64_defconfig
configs/openpiton_riscv64_spl_defconfig
configs/qemu-x86_64_defconfig
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig
drivers/Makefile

index 93eff14e9a36d6e3f163bb6789b8eab0e847840e..15ddb0d9534fc677903d0384ee765e4a4de501b9 100644 (file)
@@ -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
index 10d4fd1462e5e405bab61037bebee97db4fd6e85..147cf687c7262fba6a9ad9e9a8a08fe41f069fae 100644 (file)
@@ -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
index 67fbcdd1b31d119c5160c16771dd3ef89f53d9a7..5107e870ec3f1a45ebad85ff97c21e8a15e25628 100644 (file)
@@ -25,7 +25,7 @@ CONFIG_SPL_SEPARATE_BSS=y
 # CONFIG_SPL_BANNER_PRINT is not set
 CONFIG_SPL_CPU=y
 CONFIG_SPL_FS_EXT4=y
-CONFIG_SPL_RTC_SUPPORT=y
+CONFIG_SPL_RTC=y
 CONFIG_SYS_PROMPT="openpiton$ "
 # CONFIG_CMD_CPU is not set
 CONFIG_CMD_BOOTZ=y
index 62016e9b6336b1aae41bf7f592ce159777b61bf9..ae94e1926d6237966e1735bc84d15f74d75db520 100644 (file)
@@ -37,7 +37,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_CMD_CPU=y
 CONFIG_CMD_BOOTEFI_SELFTEST=y
 CONFIG_CMD_NVEDIT_EFI=y
index 68afab6f585b25157aa3c7deab01eec55917f51f..646b532d917c42919423a6f6d4ffbfae0413e341 100644 (file)
@@ -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
index cd3aa87c6350d6807e146b0338a3f9f7ca3388c4..4c02d91c4445a9463dc36212395442df10efc8c9 100644 (file)
@@ -34,7 +34,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
index 3a82ad664bafb998a6452ea3954c96dd4a3fbbc5..6a05787931804202962e4e1efec902e84476c728 100644 (file)
@@ -20,7 +20,7 @@ obj-$(CONFIG_$(SPL_TPL_)PCI) += pci/
 obj-$(CONFIG_$(SPL_TPL_)PHY) += phy/
 obj-$(CONFIG_$(SPL_TPL_)PINCTRL) += pinctrl/
 obj-$(CONFIG_$(SPL_TPL_)RAM) += ram/
-obj-$(CONFIG_$(SPL_TPL_)RTC_SUPPORT) += rtc/
+obj-$(CONFIG_$(SPL_TPL_)RTC) += rtc/
 obj-$(CONFIG_$(SPL_TPL_)SERIAL_SUPPORT) += serial/
 obj-$(CONFIG_$(SPL_TPL_)SPI_SUPPORT) += spi/
 obj-$(CONFIG_$(SPL_TPL_)TIMER) += timer/