mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 12:44:23 +08:00
dm: rtc: sandbox: Enable real-time clock support
Enable real-time-clock support in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
46af3608ea
commit
8e7083fc95
@ -26,3 +26,4 @@ CONFIG_TPM_TIS_SANDBOX=y
|
|||||||
CONFIG_SOUND=y
|
CONFIG_SOUND=y
|
||||||
CONFIG_CMD_SOUND=y
|
CONFIG_CMD_SOUND=y
|
||||||
CONFIG_SOUND_SANDBOX=y
|
CONFIG_SOUND_SANDBOX=y
|
||||||
|
CONFIG_DM_RTC=y
|
||||||
|
@ -52,7 +52,5 @@ obj-$(CONFIG_RTC_RTC4543) += rtc4543.o
|
|||||||
obj-$(CONFIG_RTC_RV3029) += rv3029.o
|
obj-$(CONFIG_RTC_RV3029) += rv3029.o
|
||||||
obj-$(CONFIG_RTC_RX8025) += rx8025.o
|
obj-$(CONFIG_RTC_RX8025) += rx8025.o
|
||||||
obj-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o
|
obj-$(CONFIG_RTC_S3C24X0) += s3c24x0_rtc.o
|
||||||
ifdef CONFIG_DM_RTC
|
|
||||||
obj-$(CONFIG_SANDBOX) += sandbox_rtc.o
|
obj-$(CONFIG_SANDBOX) += sandbox_rtc.o
|
||||||
endif
|
|
||||||
obj-$(CONFIG_RTC_X1205) += x1205.o
|
obj-$(CONFIG_RTC_X1205) += x1205.o
|
||||||
|
@ -207,5 +207,6 @@
|
|||||||
|
|
||||||
#define CONFIG_CMD_LZMADEC
|
#define CONFIG_CMD_LZMADEC
|
||||||
#define CONFIG_CMD_USB
|
#define CONFIG_CMD_USB
|
||||||
|
#define CONFIG_CMD_DATE
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user