| config BR2_PACKAGE_PYTHON_GPIOD | |
| bool "python-gpiod" | |
| depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 # libgpiod2 | |
| depends on !BR2_PACKAGE_LIBGPIOD # libgpiod2 | |
| select BR2_PACKAGE_LIBGPIOD2 | |
| help | |
| Python bindings for libgpiod (v2+). | |
| https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/tree/bindings/python/ | |
| comment "python-gpiod needs kernel headers >= 5.10" | |
| depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_10 | |
| comment "python-gpiod is incompatible with libgpiod" | |
| depends on BR2_PACKAGE_LIBGPIOD |