1*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS 2*4882a593Smuzhiyun bool 3*4882a593Smuzhiyun default y if BR2_arm || BR2_armeb 4*4882a593Smuzhiyun default y if BR2_aarch64 5*4882a593Smuzhiyun default y if BR2_csky 6*4882a593Smuzhiyun default y if BR2_m68k 7*4882a593Smuzhiyun default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el 8*4882a593Smuzhiyun default y if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le 9*4882a593Smuzhiyun default y if BR2_riscv 10*4882a593Smuzhiyun default y if BR2_sparc || BR2_sparc64 11*4882a593Smuzhiyun default y if BR2_i386 || BR2_x86_64 12*4882a593Smuzhiyun 13*4882a593Smuzhiyunconfig BR2_PACKAGE_PYTHON_GREENLET 14*4882a593Smuzhiyun bool "python-greenlet" 15*4882a593Smuzhiyun depends on BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS 16*4882a593Smuzhiyun help 17*4882a593Smuzhiyun Lightweight in-process concurrent programming. 18*4882a593Smuzhiyun 19*4882a593Smuzhiyun https://github.com/python-greenlet/greenlet 20