Config.in 499 B

1234567891011121314151617181920
  1. config 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. https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/
  8. if BR2_PACKAGE_LIBGPIOD
  9. config BR2_PACKAGE_LIBGPIOD_TOOLS
  10. bool "install tools"
  11. help
  12. Include a set of command-line tools for managing GPIOs.
  13. endif
  14. comment "libgpiod needs kernel headers >= 4.8"
  15. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8