summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:44 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 16:45:33 (GMT)
commitded48cdc8b22b6a39463dfde0fc6a2db38c1a4cf (patch)
tree279412b3a283da182f69eb0548b6820111cba629 /arch/Kconfig
parentee7c0e712a22aff6c7db10acd040b215822f6622 (diff)
downloadu-boot-fsl-qoriq-ded48cdc8b22b6a39463dfde0fc6a2db38c1a4cf.tar.xz
sandbox: Enable CMD_GETTIME
Enable this option by default on sandbox to increase build coverage. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 84da4e7..8af60da 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