commit | cce3e3eb9b8c5fa2f7e3b6d099152d67d0168bf5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 22 09:34:04 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 02 17:45:58 2023 -0500 |
tree | e68d6224c97ba0fd1eb641f5a041666fca48c2bd | |
parent | 93ff459b6caadf849b2ccba7a6eec0024070611c [diff] |
sandbox: Tidy up RTC options At present we enable the sandbox RTC driver for all builds. Add a separate Kconfig option to control this, so that it can be disabled in TPL, where it is not needed. Signed-off-by: Simon Glass <sjg@chromium.org>