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_flattree_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_flattree_defconfig')
-rw-r--r-- | configs/sandbox_flattree_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig index dfcc43532ab..4158b9b86d4 100644 --- a/configs/sandbox_flattree_defconfig +++ b/configs/sandbox_flattree_defconfig @@ -49,6 +49,7 @@ CONFIG_CMD_SNTP=y CONFIG_CMD_DNS=y CONFIG_CMD_LINK_LOCAL=y CONFIG_CMD_EFIDEBUG=y +CONFIG_CMD_RTC=y CONFIG_CMD_TIME=y CONFIG_CMD_TIMER=y CONFIG_CMD_SOUND=y |