summaryrefslogtreecommitdiff
path: root/configs/sandbox_flattree_defconfig
diff options
context:
space:
mode:
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>2020-07-06 23:01:19 +0300
committerHeiko Schocher <hs@denx.de>2020-07-09 07:02:45 +0300
commit8ce16be94bee4c2dfc544ae2488b71f9fd740054 (patch)
tree7a7e4efdfb4ee37bf1b4fefb8beea62f1c95bd78 /configs/sandbox_flattree_defconfig
parentbaed77913831325bf25dcc27ff72e1cd742a7cc3 (diff)
downloadu-boot-8ce16be94bee4c2dfc544ae2488b71f9fd740054.tar.xz
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_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_flattree_defconfig b/configs/sandbox_flattree_defconfig
index dfcc43532a..4158b9b86d 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