gpiod-tools: gpioinfo: error creating line iterator
gpioinfo from gpiod-tools package reports error:
gpioinfo: error creating line iterator: Invalid argument
This is because kernel config CONFIG_GPIO_CDEV_V1 is not enabled on most targets.
Theoretically CONFIG_GPIO_CDEV and CONFIG_GPIO_CDEV_V1 configs are enabled in Makefile but apparently configuring kernel via KCONFIG does not work. Maybe KCONFIG is honored in kernel packages only and silently ignored in normal packages (or packages from feeds)?