commit | b1f9d2ce9dba572e597ea539f5bf2fc68ee52665 | [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 | f9ca46714876835c274b815fee654d9a48936523 [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