summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
Diffstat (limited to 'py')
-rw-r--r--py/mpconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index a330cadc4..8598eaa5b 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -1016,6 +1016,11 @@ typedef double mp_float_t;
#define MICROPY_VFS_LFS2 (0)
#endif
+// Support for ROMFS.
+#ifndef MICROPY_VFS_ROM
+#define MICROPY_VFS_ROM (0)
+#endif
+
/*****************************************************************************/
/* Fine control over Python builtins, classes, modules, etc */