diff options
| author | Simon Glass <[email protected]> | 2021-08-08 12:20:11 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-04 11:42:41 -0400 |
| commit | 73c6ff6aac9338cb1bb3dbf9af51377e9830a849 (patch) | |
| tree | fb82ddefafa76106779c8c36c4bf9f649cb9910d /drivers | |
| parent | 15042e7b9b8687f21a009871236104994545944e (diff) | |
rtc: Rename RTC_SUPPORT to RTC
Rename these options so that CONFIG_IS_ENABLED can be used with them.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 3a82ad664ba..6a057879318 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -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/ |
