Skip to content

Commit 92d64ca

Browse files
maass-hamburgdpgeorge
authored andcommitted
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>
1 parent 588fa2b commit 92d64ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ config MICROPY_HEAP_SIZE
3434

3535
config MICROPY_VFS_FAT
3636
bool "FatFS file system"
37+
depends on !FAT_FILESYSTEM_ELM
3738

3839
config MICROPY_VFS_LFS1
3940
bool "LittleFs version 1 file system"

0 commit comments

Comments
 (0)