summaryrefslogtreecommitdiff
path: root/configs/sandbox_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_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_defconfig')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 8cf2ad5fe4..e0dffa36ea 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