From 338dab5358a66a1333d4871b7455a888fe5d178d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20M=C3=BAdry?= Date: Mon, 25 Nov 2024 17:23:28 +0100 Subject: [PATCH] fix(fatfs): Mistake in Kconfig for FATFS_USE_DYN_BUFFERS --- components/fatfs/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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