1config BR2_PACKAGE_MICROPYTHON_LIB 2 bool "micropython-lib" 3 depends on BR2_PACKAGE_MICROPYTHON 4 select BR2_PACKAGE_PCRE # runtime 5 help 6 Core Python libraries ported to MicroPython. 7 8 http://micropython.org 9