zephyr/tests/drivers/disk/prj.conf
Daniel DeGrasse 90b7fb0dd1 tests: drivers: disk: Add disk driver test
Adds a disk driver test, intended for the NXP USDHC driver but valid for
any disk device. The test performs multiple reads and writes to the
disk, and verifies that the driver does not write out of bounds to the
provided buffer.

Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
2021-12-13 20:30:06 -05:00

5 lines
77 B
Plaintext

CONFIG_TEST=y
CONFIG_ZTEST=y
CONFIG_DISK_ACCESS=y
CONFIG_DISK_DRIVER_SDMMC=y