diff options
author | Heiko Schocher | 2019-07-16 05:31:33 +0200 |
---|---|---|
committer | Tom Rini | 2019-07-29 09:32:11 -0400 |
commit | a7e6d0c45a87d8f334aa23ff7874147db206f5d1 (patch) | |
tree | 042da9aec15b605b42a9e24ae884fd5907ce7abf /configs | |
parent | bb4c5d6055a6889ea8199c729c94f9e05ad6e855 (diff) |
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')
-rw-r--r-- | configs/caddy2_defconfig | 1 | ||||
-rw-r--r-- | configs/socrates_defconfig | 1 | ||||
-rw-r--r-- | configs/vme8349_defconfig | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/configs/caddy2_defconfig b/configs/caddy2_defconfig index 33253b1332e..51c37e2e1a3 100644 --- a/configs/caddy2_defconfig +++ b/configs/caddy2_defconfig @@ -111,6 +111,7 @@ CONFIG_MTD_NOR_FLASH=y CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y CONFIG_E1000=y +CONFIG_RTC_RX8025=y CONFIG_BAUDRATE=9600 CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index 2d5e1588714..1dadc122cf6 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 diff --git a/configs/vme8349_defconfig b/configs/vme8349_defconfig index 77c7904a2c9..f6b9eb6c2c2 100644 --- a/configs/vme8349_defconfig +++ b/configs/vme8349_defconfig @@ -114,6 +114,7 @@ CONFIG_FLASH_CFI_DRIVER=y CONFIG_SYS_FLASH_CFI=y CONFIG_PHY_MARVELL=y CONFIG_TSEC_ENET=y +CONFIG_RTC_RX8025=y CONFIG_BAUDRATE=9600 CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y |