zephyr/tests/subsys/sd/sdmmc/prj.conf
Daniel DeGrasse b7cd970493 sd: add stub for SDIO support
Add stub code for SDIO support, capable of verifying card responds to CMD5.
This commit also changes the architecture of the SDIO probe step to make
adding new protocol support more streamlined, and enable compiling out
support for undesired protocols.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2023-01-14 09:22:22 +01:00

7 lines
118 B
Text

CONFIG_TEST=y
CONFIG_ZTEST=y
CONFIG_SDHC=y
CONFIG_SD_STACK=y
CONFIG_SDMMC_STACK=y
CONFIG_LOG=y
CONFIG_ZTEST_NEW_API=y