1config BR2_PACKAGE_LIBGPIOD 2 bool "libgpiod" 3 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8 4 help 5 This is a C library that abstracts the GPIO character 6 device operations on linux. 7 8 https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/ 9 10if BR2_PACKAGE_LIBGPIOD 11 12config BR2_PACKAGE_LIBGPIOD_TOOLS 13 bool "install tools" 14 help 15 Include a set of command-line tools for managing GPIOs. 16 17endif 18 19comment "libgpiod needs kernel headers >= 4.8" 20 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8 21