Skip to content

Commit

Permalink
arch/arm64/src/imx9/Kconfig: Enable FAT_DMAMEMORY and FORCE_INDIRECT …
Browse files Browse the repository at this point in the history
…by default

These flags are needed in order to support sd card in CONFIG_BUILD_KERNEL. Just enable them always.

Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Oct 28, 2024
1 parent adb69b4 commit a2d40c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm64/src/imx9/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,11 @@ menu "USDHC"

config IMX9_USDHC
bool
default n
select ARCH_HAVE_SDIO_PREFLIGHT
select FAT_DMAMEMORY
select FAT_FORCE_INDIRECT
select GRAN
default n

config IMX9_USDHC1
bool "USDHC1"
Expand Down

0 comments on commit a2d40c5

Please sign in to comment.