Skip to content

Commit f9a3c54

Browse files
gautierg-stkartben
authored andcommitted
drivers: disk: stm32 sdmmc: add stm32n6 support
Add STM32N6 to the list of series that support HWFC for SDMMC Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 9594af8 commit f9a3c54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/disk/Kconfig.sdmmc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ config SDMMC_STM32_HWFC
5151
SOC_SERIES_STM32H7X || \
5252
SOC_SERIES_STM32F7X || \
5353
SOC_SERIES_STM32L4X || \
54-
SOC_SERIES_STM32L5X
54+
SOC_SERIES_STM32L5X || \
55+
SOC_SERIES_STM32N6X
5556
help
5657
Enable SDMMC Hardware Flow Control to avoid FIFO underrun (TX mode) and
5758
overrun (RX mode) errors.

0 commit comments

Comments
 (0)