diff options
author | Rasmus Villemoes | 2020-07-06 22:01:19 +0200 |
---|---|---|
committer | Heiko Schocher | 2020-07-09 06:02:45 +0200 |
commit | 8ce16be94bee4c2dfc544ae2488b71f9fd740054 (patch) | |
tree | 7a7e4efdfb4ee37bf1b4fefb8beea62f1c95bd78 /configs/sandbox_defconfig | |
parent | baed77913831325bf25dcc27ff72e1cd742a7cc3 (diff) |
sandbox: add rtc command to defconfigs
In order to allow adding unit tests of the rtc command, add it to the
various sandbox defconfigs.
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Diffstat (limited to 'configs/sandbox_defconfig')
-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 8cf2ad5fe41..e0dffa36ea9 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -69,6 +69,7 @@ CONFIG_CMD_ETHSW=y CONFIG_CMD_BMP=y CONFIG_CMD_BOOTCOUNT=y CONFIG_CMD_EFIDEBUG=y +CONFIG_CMD_RTC=y CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_SOUND=y |