Merge branch 'fix/fatfs_use_dyn_buf_kconfig_mistake_v5.4' into 'release/v5.4'

fix(fatfs): Mistake in Kconfig for FATFS_USE_DYN_BUFFERS

See merge request espressif/esp-idf!38347
This commit is contained in:
Martin Vychodil
2025-04-10 20:30:45 +08:00

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