Kconfig (0ea8a56de21be24cb79abb03dee79aabcd60a316) Kconfig (b7536d8749e54923c9a7e8c4175e1e4f9b8c1541)
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

--- 1209 unchanged lines hidden (view full) ---

1218 bool "RICOH RC5T583 GPIO"
1219 depends on MFD_RC5T583
1220 help
1221 Select this option to enable GPIO driver for the Ricoh RC5T583
1222 chip family.
1223 This driver provides the support for driving/reading the gpio pins
1224 of RC5T583 device through standard gpio library.
1225
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

--- 1209 unchanged lines hidden (view full) ---

1218 bool "RICOH RC5T583 GPIO"
1219 depends on MFD_RC5T583
1220 help
1221 Select this option to enable GPIO driver for the Ricoh RC5T583
1222 chip family.
1223 This driver provides the support for driving/reading the gpio pins
1224 of RC5T583 device through standard gpio library.
1225
1226config GPIO_SL28CPLD
1227 tristate "Kontron sl28cpld GPIO support"
1228 depends on MFD_SL28CPLD || COMPILE_TEST
1229 select GPIO_REGMAP
1230 select GPIOLIB_IRQCHIP
1231 select REGMAP_IRQ
1232 help
1233 This enables support for the GPIOs found on the Kontron sl28 CPLD.
1234
1235 This driver can also be built as a module. If so, the module will be
1236 called gpio-sl28cpld.
1237
1226config GPIO_STMPE
1227 bool "STMPE GPIOs"
1228 depends on MFD_STMPE
1229 depends on OF_GPIO
1230 select GPIOLIB_IRQCHIP
1231 help
1232 This enables support for the GPIOs found on the STMPE I/O
1233 Expanders.

--- 346 unchanged lines hidden ---
1238config GPIO_STMPE
1239 bool "STMPE GPIOs"
1240 depends on MFD_STMPE
1241 depends on OF_GPIO
1242 select GPIOLIB_IRQCHIP
1243 help
1244 This enables support for the GPIOs found on the STMPE I/O
1245 Expanders.

--- 346 unchanged lines hidden ---