diff options
author | Heiko Schocher <hs@denx.de> | 2020-10-16 10:41:46 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-22 11:26:14 -0400 |
commit | dddfde5401ed5ad82c996b35b61dc4a45bb4e2b3 (patch) | |
tree | e933e67609989d0e4960f1464384e9ff40732b30 /configs/ls1012aqds_tfa_defconfig | |
parent | 0d67576713ef01739617a4e8a9bc6a032a0f7b80 (diff) | |
download | u-boot-dddfde5401ed5ad82c996b35b61dc4a45bb4e2b3.tar.gz |
rtc: move pcf8563 to KconfigWIP/2020-10-22-misc-changes
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/ls1012aqds_tfa_defconfig')
-rw-r--r-- | configs/ls1012aqds_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012aqds_tfa_defconfig b/configs/ls1012aqds_tfa_defconfig index 10d9a67d86..bf03216202 100644 --- a/configs/ls1012aqds_tfa_defconfig +++ b/configs/ls1012aqds_tfa_defconfig @@ -72,6 +72,7 @@ CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y CONFIG_PCIE_LAYERSCAPE_RC=y CONFIG_DM_RTC=y +CONFIG_RTC_PCF8563=y CONFIG_SCSI=y CONFIG_DM_SCSI=y CONFIG_SYS_NS16550=y |