1config BR2_PACKAGE_PYTHON_H2 2 bool "python-h2" 3 select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime 4 select BR2_PACKAGE_PYTHON_HPACK # runtime 5 help 6 HTTP/2 State-Machine based protocol implementation. 7 8 http://hyper.rtfd.org 9