zephyr/modules/fatfs
Dominik Ermel 1e0f36e896 fs/fatfs: Move FF_USE_LFN logic to Kconfig
Commit add hidden Kconfig option CONFIG_FS_FATFS_FF_USE_LFN
that is passed to ELM FAT to define FF_USE_LFN configuration.
The FF_USE_LFN still depends, indirectly, on choice
CONFIG_FS_FATFS_LFN_MODE config options
CONFIG_FS_FATFS_LFN_MODE_BSS, FS_FATFS_LFN_MODE_STACK and
FS_FATFS_LFN_MODE_HEAP, but the logic has been moved out of
zephyr_fatfs_config.h into Kconfig file.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2023-02-20 09:44:18 +01:00
..
CMakeLists.txt modules/fatfs: Move FATFS Zephyr specific code and cmake 2022-11-21 16:48:14 +01:00
Kconfig modules/fatfs: Move FATFS Zephyr specific code and cmake 2022-11-21 16:48:14 +01:00
zephyr_fatfs_config.h fs/fatfs: Move FF_USE_LFN logic to Kconfig 2023-02-20 09:44:18 +01:00
zfs_diskio.c fs/fatfs: Update FAT FS support code for version 0.15 w/patch1 2022-12-13 10:44:01 -06:00