commit | dd8a29040dec1566c567e5d8c39456bd0f49e01d | [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 | 05a8e1a44711263a8fd6c39267e57f3d21480a79 [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>