sandbox: Enable CMD_GETTIME
authorSimon Glass <sjg@chromium.org>
Wed, 17 May 2017 09:25:44 +0000 (03:25 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 22 May 2017 16:45:33 +0000 (12:45 -0400)
Enable this option by default on sandbox to increase build coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/Kconfig

index 84da4e7..8af60da 100644 (file)
@@ -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