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 /include/configs/ids8313.h | |
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 'include/configs/ids8313.h')
-rw-r--r-- | include/configs/ids8313.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index bcd8aee7c3..362e2892d1 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -168,7 +168,6 @@ #define CONFIG_SYS_FSL_I2C_SPEED 400000 #define CONFIG_SYS_FSL_I2C_SLAVE 0x7F #define CONFIG_SYS_FSL_I2C_OFFSET 0x3100 -#define CONFIG_RTC_PCF8563 #define CONFIG_SYS_I2C_RTC_ADDR 0x51 /* |