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>
7 lines
118 B
Text
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
|