commit | dddfde5401ed5ad82c996b35b61dc4a45bb4e2b3 | [log] [tgz] |
---|---|---|
author | Heiko Schocher <hs@denx.de> | Fri Oct 16 10:41:46 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 11:26:14 2020 -0400 |
tree | e933e67609989d0e4960f1464384e9ff40732b30 | |
parent | 0d67576713ef01739617a4e8a9bc6a032a0f7b80 [diff] [blame] |
rtc: move pcf8563 to Kconfig add Kconfig option for pcf8563 driver and run tools/moveconfig.py Signed-off-by: Heiko Schocher <hs@denx.de> Reviewed-by: Stefan Roese <sr@denx.de>
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig index 383c8cd..3f5824d 100644 --- a/configs/ids8313_defconfig +++ b/configs/ids8313_defconfig
@@ -175,5 +175,6 @@ CONFIG_MII=y CONFIG_TSEC_ENET=y # CONFIG_PCI is not set +CONFIG_RTC_PCF8563=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y