diff --git a/components/fatfs/Kconfig b/components/fatfs/Kconfig index d40d8aa236..1a35dc4ef4 100644 --- a/components/fatfs/Kconfig +++ b/components/fatfs/Kconfig @@ -313,8 +313,7 @@ menu "FAT Filesystem support" config FATFS_USE_DYN_BUFFERS bool "Use dynamic buffers" - depends on CONFIG_WL_SECTOR_SIZE_4096 - default y + default n help 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