Kconfig (d143493c01b7fc3a9b9369a795e20329561222c5) | Kconfig (957ebb61a4761c1eb32c3f34db7ccfef2e1e95ae) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 68 unchanged lines hidden (view full) --- 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. 82 83 If unsure, say Y. 84 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GPIO infrastructure and drivers 4# 5 6config ARCH_HAVE_CUSTOM_GPIO_H 7 bool 8 help --- 68 unchanged lines hidden (view full) --- 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. 82 83 If unsure, say Y. 84 |
85config GPIO_CDEV_V1 86 bool "Support GPIO ABI Version 1" 87 default y 88 depends on GPIO_CDEV 89 help 90 Say Y here to support version 1 of the GPIO CDEV ABI. 91 92 This ABI version is deprecated. 93 Please use the latest ABI for new developments. 94 95 If unsure, say Y. 96 |
|
85config GPIO_GENERIC 86 depends on HAS_IOMEM # Only for IOMEM drivers 87 tristate 88 89config GPIO_REGMAP 90 depends on REGMAP 91 tristate 92 --- 1500 unchanged lines hidden --- | 97config GPIO_GENERIC 98 depends on HAS_IOMEM # Only for IOMEM drivers 99 tristate 100 101config GPIO_REGMAP 102 depends on REGMAP 103 tristate 104 --- 1500 unchanged lines hidden --- |