aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2023-11-14 11:14:28 +0900
committerTom Rini <trini@konsulko.com>2023-11-28 22:31:03 -0500
commit3d6fe58437571062aa3943861d25fb2262d6aac0 (patch)
treee2eb38c6b3d69565e8506e09d12731d1cc02f1f9 /configs
parent23b159ed4af4e25a3a604b2417637fc5d1a8e590 (diff)
downloadu-boot-3d6fe58437571062aa3943861d25fb2262d6aac0.zip
u-boot-3d6fe58437571062aa3943861d25fb2262d6aac0.tar.gz
u-boot-3d6fe58437571062aa3943861d25fb2262d6aac0.tar.bz2
test: dm: add scmi command test
In this test, "scmi" command is tested against different sub-commands. Please note that scmi command is for debug purpose and is not intended in production system. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index bc5bcb2..c550af9 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -121,6 +121,7 @@ CONFIG_CMD_REGULATOR=y
CONFIG_CMD_AES=y
CONFIG_CMD_TPM=y
CONFIG_CMD_TPM_TEST=y
+CONFIG_CMD_SCMI=y
CONFIG_CMD_BTRFS=y
CONFIG_CMD_CBFS=y
CONFIG_CMD_CRAMFS=y