zephyr/Kconfig: Resolve build problem with multiple FatFs libs.

Zephyr and MicroPython both have a variant of FatFs, but having both
enabled leads to build fails.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß
2026-01-23 13:33:49 +01:00
committed by Damien George
parent 588fa2b388
commit 92d64ca5a7

View File

@@ -34,6 +34,7 @@ config MICROPY_HEAP_SIZE
config MICROPY_VFS_FAT
bool "FatFS file system"
depends on !FAT_FILESYSTEM_ELM
config MICROPY_VFS_LFS1
bool "LittleFs version 1 file system"