acassis commented on code in PR #14546:
URL: https://github.com/apache/nuttx/pull/14546#discussion_r1821033365
##########
arch/arm64/src/imx9/Kconfig:
##########
@@ -82,8 +82,11 @@ menu "USDHC"
config IMX9_USDHC
bool
- default n
select ARCH_HAVE_SDIO_PREFLIGHT
+ select FAT_DMAMEMORY
+ select FAT_FORCE_INDIRECT
Review Comment:
@jlaitine something that you can do to help users is adding a failsafe lock
in the board file related to USDHC initialization using #ifdefs : if IMX9_USDHC
and VFAT is enabled but FAT_DMAMEMORY/FAT_FORCE_INDIRECT is not enabled, force
an #error with a informative message to users enable it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]