summaryrefslogtreecommitdiffstats
path: root/configs/sandbox_defconfig
diff options
context:
space:
mode:
authorJean-Jacques Hiblot <jjhiblot@ti.com>2020-10-16 16:16:34 +0530
committerTom Rini <trini@konsulko.com>2020-10-28 11:49:31 -0400
commit739592ccbbf6d2067e5aced1750b43a6d11fcdcf (patch)
treee7cb0b5388860556712b1d83fbecfa2208ee9b25 /configs/sandbox_defconfig
parent4145fc189c8a2cc279933ef57888dcf3d7aa463f (diff)
downloadu-boot-739592ccbbf6d2067e5aced1750b43a6d11fcdcf.tar.gz
u-boot-739592ccbbf6d2067e5aced1750b43a6d11fcdcf.tar.xz
u-boot-739592ccbbf6d2067e5aced1750b43a6d11fcdcf.zip
test: Add tests for the multiplexer framework
Provide tests to check the behavior of the multiplexer framework. Two sets of tests are added. One is using an emulated multiplexer driver that can be used to test basic functionality like select, deselect, etc. The other is using the mmio mux which adds tests specific to it. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> 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_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index b15b1889e0..1b0475243b 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -179,6 +179,8 @@ CONFIG_SPI_FLASH_SPANSION=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_SPI_FLASH_SST=y
CONFIG_SPI_FLASH_WINBOND=y
+CONFIG_MULTIPLEXER=y
+CONFIG_MUX_MMIO=y
CONFIG_DM_ETH=y
CONFIG_NVME=y
CONFIG_PCI=y