diff options
author | Simon Glass <sjg@chromium.org> | 2015-05-02 09:25:03 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-05-06 12:48:37 -0600 |
commit | 02e4d3fbc54b345883d9bead4f2a911d0f0f59b1 (patch) | |
tree | 7d4bcebd10ccffd75551f04610e315a59b2ed589 /configs | |
parent | 8271f5d4c3a0ce8282025217509c18220a0f552b (diff) |
sandbox: Enable time unit test command
Enable this command for sandbox.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/sandbox_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 759f53aaa7c..70ae5313b66 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -27,3 +27,4 @@ CONFIG_SOUND=y CONFIG_CMD_SOUND=y CONFIG_SOUND_SANDBOX=y CONFIG_DM_RTC=y +CONFIG_CMD_UT_TIME=y |