acassis commented on code in PR #14546:
URL: https://github.com/apache/nuttx/pull/14546#discussion_r1820804916
##########
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:
I'm afraid here is not the right place to enable it. Because users could use
USDHC with other FS for instance.
@xiaoxiang781216 @pkarashchenko any suggestions to fix 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]