diff options
author | Pratyush Yadav <p.yadav@ti.com> | 2020-10-16 16:16:36 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-28 11:49:31 -0400 |
commit | 15995ac3f4840ca14340cadd45a1736bb3747893 (patch) | |
tree | 4e2a6a2ac57a8d21b372c004b18b4d42c799fdca /configs/sandbox_defconfig | |
parent | 05115abe8df178638c2078aa11028ed31aab0b77 (diff) | |
download | u-boot-15995ac3f4840ca14340cadd45a1736bb3747893.tar.gz u-boot-15995ac3f4840ca14340cadd45a1736bb3747893.tar.bz2 u-boot-15995ac3f4840ca14340cadd45a1736bb3747893.zip |
test: mux-cmd: Add tests for the 'mux' command
Tests tests run the three mux subcommands: list, select, and deselect,
and verify that the commands do what we expect.
Signed-off-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
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 1b0475243b..3043208b4b 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -55,6 +55,7 @@ CONFIG_CMD_GPT_RENAME=y CONFIG_CMD_IDE=y CONFIG_CMD_I2C=y CONFIG_CMD_LSBLK=y +CONFIG_CMD_MUX=y CONFIG_CMD_OSD=y CONFIG_CMD_PCI=y CONFIG_CMD_READ=y |