Kconfig (56d6ff4b8faf1c2d5c850ed8b4e5dfa6cd81413b) | Kconfig (3dcf0643fa5cd65e667057cfa11d6e54ac36f2ff) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 56 unchanged lines hidden (view full) --- 65 help 66 Say Y here to add the legacy sysfs interface for GPIOs. 67 68 This ABI is deprecated. If you want to use GPIO from userspace, 69 use the character device /dev/gpiochipN with the appropriate 70 ioctl() operations instead. 71 72config GPIO_CDEV | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6menuconfig GPIOLIB 7 bool "GPIO Support" 8 help --- 56 unchanged lines hidden (view full) --- 65 help 66 Say Y here to add the legacy sysfs interface for GPIOs. 67 68 This ABI is deprecated. If you want to use GPIO from userspace, 69 use the character device /dev/gpiochipN with the appropriate 70 ioctl() operations instead. 71 72config GPIO_CDEV |
73 bool 74 prompt "Character device (/dev/gpiochipN) support" if EXPERT | 73 bool "Character device (/dev/gpiochipN) support" if EXPERT |
75 default y 76 help 77 Say Y here to add the character device /dev/gpiochipN interface 78 for GPIOs. The character device allows userspace to control GPIOs 79 using ioctl() operations. 80 81 Only say N if you are sure that the GPIO character device is not 82 required. --- 1865 unchanged lines hidden --- | 74 default y 75 help 76 Say Y here to add the character device /dev/gpiochipN interface 77 for GPIOs. The character device allows userspace to control GPIOs 78 using ioctl() operations. 79 80 Only say N if you are sure that the GPIO character device is not 81 required. --- 1865 unchanged lines hidden --- |