python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / libgpiod / Config.in
blob63a7cb6e78d54635bca01e3d489425f4eed85af7
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.
8           https://github.com/brgl/libgpiod
10 if BR2_PACKAGE_LIBGPIOD
12 config BR2_PACKAGE_LIBGPIOD_TOOLS
13         bool "install tools"
14         help
15           Include a set of command-line tools for managing GPIOs.
17 endif
19 comment "libgpiod needs kernel headers >= 4.8"
20         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_8