diff options
author | Heiko Schocher <hs@denx.de> | 2019-07-16 05:31:33 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-29 09:32:11 -0400 |
commit | a7e6d0c45a87d8f334aa23ff7874147db206f5d1 (patch) | |
tree | 042da9aec15b605b42a9e24ae884fd5907ce7abf /configs/socrates_defconfig | |
parent | bb4c5d6055a6889ea8199c729c94f9e05ad6e855 (diff) | |
download | u-boot-a7e6d0c45a87d8f334aa23ff7874147db206f5d1.tar.gz |
rtc: move RTC_RX8025 to Kconfig
move RTC_RX8025 to Kconfig and fixup board configs.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/socrates_defconfig')
-rw-r--r-- | configs/socrates_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index 2d5e158871..1dadc122cf 100644 --- a/configs/socrates_defconfig +++ b/configs/socrates_defconfig @@ -37,6 +37,7 @@ CONFIG_SYS_FLASH_CFI=y CONFIG_PHY_MARVELL=y CONFIG_MII=y CONFIG_TSEC_ENET=y +CONFIG_RTC_RX8025=y CONFIG_SYS_NS16550=y CONFIG_USB=y # CONFIG_USB_EHCI_HCD is not set |