xref: /OK3568_Linux_fs/buildroot/package/micropython-lib/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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