summaryrefslogtreecommitdiff
path: root/docs/develop/porting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/develop/porting.rst')
-rw-r--r--docs/develop/porting.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/develop/porting.rst b/docs/develop/porting.rst
index fab8a751b..63919b97a 100644
--- a/docs/develop/porting.rst
+++ b/docs/develop/porting.rst
@@ -151,9 +151,6 @@ The following is an example of an ``mpconfigport.h`` file:
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
- // Enable u-modules to be imported with their standard name, like sys.
- #define MICROPY_MODULE_WEAK_LINKS (1)
-
// Fine control over Python builtins, classes, modules, etc.
#define MICROPY_PY_ASYNC_AWAIT (0)
#define MICROPY_PY_BUILTINS_SET (0)