1config BR2_PACKAGE_PYTHON_EVDEV 2 bool "python-evdev" 3 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4 4 help 5 Bindings to the Linux input handling subsystem. 6 7 https://github.com/gvalkov/python-evdev 8 9comment "python-evdev needs a toolchain w/ headers >= 4.4" 10 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4 11