fix(fatfs): Mistake in Kconfig for FATFS_USE_DYN_BUFFERS

This commit is contained in:
Adam Múdry
2024-11-25 17:23:28 +01:00
committed by Tomáš Rohlínek
parent 1bdd5daa83
commit 338dab5358

View File

@ -313,8 +313,7 @@ menu "FAT Filesystem support"
config FATFS_USE_DYN_BUFFERS config FATFS_USE_DYN_BUFFERS
bool "Use dynamic buffers" bool "Use dynamic buffers"
depends on CONFIG_WL_SECTOR_SIZE_4096 default n
default y
help help
If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure. If enabled, the buffers used by FATFS will be allocated separately from the rest of the structure.
This option is useful when using multiple FATFS instances with different This option is useful when using multiple FATFS instances with different