commit | f4cb4743475771802e56160ab5dbb9382ad254ff | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:44 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:45:33 2017 -0400 |
tree | 279412b3a283da182f69eb0548b6820111cba629 | |
parent | becaa8f8465e53af4cc62ba3618e4c851d7e1260 [diff] |
sandbox: Enable CMD_GETTIME Enable this option by default on sandbox to increase build coverage. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index 84da4e7..8af60da 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -69,6 +69,7 @@ select DM_SPI select DM_GPIO select DM_MMC + imply CMD_GETTIME imply CMD_HASH imply CMD_IO imply CMD_IOTRACE