libgpiod: add missing kernel build options via KCONFIG 20165/head
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 21 Dec 2022 13:18:47 +0000 (14:18 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 23 Dec 2022 12:43:32 +0000 (13:43 +0100)
commit4dfb0024f4fcaec0f7eaac5d7abc1126959548e9
tree2e48bec606d9c923963a304b5bce46008be12101
parentdf0b2eedd6d0b7f81851860afdee1b135850c115
libgpiod: add missing kernel build options via KCONFIG

This library needs the kernel config option 'CONFIG_GPIO_CDEV_V1=y' to
be set. If this is not set, the tool 'gpioinfo' produces the error message
'error creating line iterator'. Add the missing kernel config option to
build CDEV with API Version 1 fixes this.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
libs/libgpiod/Makefile