diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-16 13:10:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:06:07 -0500 |
commit | a6b537266f525169c6469bd92c2a25ddca73bfc4 (patch) | |
tree | 7a572ed8abb7b9f312bc6d3f6984556fe7f917ac /README | |
parent | cdc5ed8f1f2add27105151ecf61a07c5d4c3684a (diff) | |
download | u-boot-a6b537266f525169c6469bd92c2a25ddca73bfc4.zip u-boot-a6b537266f525169c6469bd92c2a25ddca73bfc4.tar.gz u-boot-a6b537266f525169c6469bd92c2a25ddca73bfc4.tar.bz2 |
rtc: Remove unused drivers
These RTC drivers are currently unused and reference other unused CONFIG
variables, so remove them.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -473,7 +473,6 @@ The following options need to be configured: CONFIG_RTC_DS1337 - use Maxim, Inc. DS1337 RTC CONFIG_RTC_DS1338 - use Maxim, Inc. DS1338 RTC CONFIG_RTC_DS1339 - use Maxim, Inc. DS1339 RTC - CONFIG_RTC_DS164x - use Dallas DS164x RTC CONFIG_RTC_ISL1208 - use Intersil ISL1208 RTC CONFIG_RTC_MAX6900 - use Maxim, Inc. MAX6900 RTC CONFIG_RTC_DS1337_NOOSC - Turn off the OSC output for DS1337 |