f17c0db5f7
Zephyr's Kconfig symbols and defaults for SDHC/SDMMC disk drivers and the disk access subsystem were reworked between Zephyr v2.5.0 and v2.6.0. Update MicroPython accordingly. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
# Required for zephyr.DiskAccess block devices
|
|
CONFIG_DISK_ACCESS=y
|
|
|
|
CONFIG_USB=y
|
|
CONFIG_USB_DEVICE_STACK=y
|
|
CONFIG_USB_DEVICE_PRODUCT="Zephyr MicroPython"
|
|
CONFIG_USB_MASS_STORAGE=y
|
|
CONFIG_MASS_STORAGE_DISK_NAME="SDMMC"
|