diff options
author | Heiko Schocher | 2020-10-16 10:41:46 +0200 |
---|---|---|
committer | Tom Rini | 2020-10-22 11:26:14 -0400 |
commit | dddfde5401ed5ad82c996b35b61dc4a45bb4e2b3 (patch) | |
tree | e933e67609989d0e4960f1464384e9ff40732b30 /configs/ids8313_defconfig | |
parent | 0d67576713ef01739617a4e8a9bc6a032a0f7b80 (diff) |
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>
Diffstat (limited to 'configs/ids8313_defconfig')
-rw-r--r-- | configs/ids8313_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig index 383c8cd0e33..3f5824d76fc 100644 --- a/configs/ids8313_defconfig +++ b/configs/ids8313_defconfig @@ -175,5 +175,6 @@ CONFIG_PHY_VITESSE=y CONFIG_MII=y CONFIG_TSEC_ENET=y # CONFIG_PCI is not set +CONFIG_RTC_PCF8563=y CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y |