kernel: add KERNEL_GPIO_CDEV_V1 config option
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 9 Nov 2022 11:19:20 +0000 (13:19 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Wed, 9 Nov 2022 11:34:54 +0000 (13:34 +0200)
commit15bbcbf1f580e22c95894ea355575837c5e100f7
treed920c58feae6810316065918844d13ce2bddd667
parent0bffaff7480a8fba3cbd941dc7e696bbbd2bd48e
kernel: add KERNEL_GPIO_CDEV_V1 config option

Add a new kernel config option to enable GPIO_CDEV_V1. This is currently
disabled, but required by libgpiod. Make it a config option so we can
change it to enabled by default, while allowing users to override this
default in case they need the new ABI.

As this should be a noop change, leave the actual change of the default
for a separate commit.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in
target/linux/generic/config-5.10
target/linux/generic/config-5.15