1config BR2_PACKAGE_HOST_PYTHON_GREENLET 2 bool "host python-greenlet" 3 help 4 Greenlets are lightweight coroutines for in-process concurrent 5 programming. 6 7 https://greenlet.readthedocs.io/ 8