1config BR2_PACKAGE_PYTHON_SERIAL_ASYNCIO
2	bool "python-serial-asyncio"
3	select BR2_PACKAGE_PYTHON_SERIAL
4	help
5	  asyncio extension package for pyserial.
6
7	  https://github.com/pyserial/pyserial-asyncio
8