py: Add property object, with basic functionality.
Enabled by MICROPY_ENABLE_PROPERTY.
diff --git a/py/mpconfig.h b/py/mpconfig.h
index cbe18b4..f9c02a6 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -135,6 +135,11 @@
#define MICROPY_ENABLE_SLICE (1)
#endif
+// Whether to support the property object
+#ifndef MICROPY_ENABLE_PROPERTY
+#define MICROPY_ENABLE_PROPERTY (0)
+#endif
+
// Enable features which improve CPython compatibility
// but may lead to more code size/memory usage.
// TODO: Originally intended as generic category to not