summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--py/mpconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index dc0fc5d40..0ea087fb3 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -686,6 +686,11 @@ typedef double mp_float_t;
#define MICROPY_VFS_POSIX (0)
#endif
+// Support for VFS FAT component, to mount a FAT filesystem within VFS
+#ifndef MICROPY_VFS
+#define MICROPY_VFS_FAT (0)
+#endif
+
/*****************************************************************************/
/* Fine control over Python builtins, classes, modules, etc */