diff options
author | Simon Glass | 2017-05-17 03:25:44 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 12:45:33 -0400 |
commit | ded48cdc8b22b6a39463dfde0fc6a2db38c1a4cf (patch) | |
tree | 279412b3a283da182f69eb0548b6820111cba629 | |
parent | ee7c0e712a22aff6c7db10acd040b215822f6622 (diff) |
sandbox: Enable CMD_GETTIME
Enable this option by default on sandbox to increase build coverage.
Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 84da4e738cc..8af60dac8b3 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -69,6 +69,7 @@ config SANDBOX select DM_SPI select DM_GPIO select DM_MMC + imply CMD_GETTIME imply CMD_HASH imply CMD_IO imply CMD_IOTRACE |