1 config BR2_PACKAGE_LIBGPIOD
3 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8
5 This is a C library that abstracts the GPIO character
6 device operations on linux.
8 https://github.com/brgl/libgpiod
10 if BR2_PACKAGE_LIBGPIOD
12 config BR2_PACKAGE_LIBGPIOD_TOOLS
15 Include a set of command-line tools for managing GPIOs.
19 comment "libgpiod needs kernel headers >= 4.8"
20 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8