瀏覽代碼

sandbox: Enable CMD_GETTIME

Enable this option by default on sandbox to increase build coverage.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 8 年之前
父節點
當前提交
ded48cdc8b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/Kconfig

+ 1 - 0
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