Kconfig (92f7a35836c2e13ae5f0dc8c7f889e92f66a9d19) Kconfig (659ad5f7efece8f92213ca069c494a37507c8c67)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

1024 select GPIO_REGMAP
1025 select REGMAP_I2C
1026 help
1027 GPIO driver for Fairchild Semiconductor FXL6408 GPIO expander.
1028
1029 To compile this driver as a module, choose M here: the module will
1030 be called gpio-fxl6408.
1031
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# GPIO infrastructure and drivers
4#
5
6menuconfig GPIOLIB
7 bool "GPIO Support"
8 help

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

1024 select GPIO_REGMAP
1025 select REGMAP_I2C
1026 help
1027 GPIO driver for Fairchild Semiconductor FXL6408 GPIO expander.
1028
1029 To compile this driver as a module, choose M here: the module will
1030 be called gpio-fxl6408.
1031
1032config GPIO_DS4520
1033 tristate "DS4520 I2C GPIO expander"
1034 select REGMAP_I2C
1035 select GPIO_REGMAP
1036 help
1037 GPIO driver for ADI DS4520 I2C-based GPIO expander.
1038 Say yes here to enable the GPIO driver for the ADI DS4520 chip.
1039
1040 To compile this driver as a module, choose M here: the module will
1041 be called gpio-ds4520.
1042
1032config GPIO_GW_PLD
1033 tristate "Gateworks PLD GPIO Expander"
1034 depends on OF_GPIO
1035 help
1036 Say yes here to provide access to the Gateworks I2C PLD GPIO
1037 Expander. This is used at least on the Cambria GW2358-4.
1038
1039config GPIO_MAX7300

--- 763 unchanged lines hidden ---
1043config GPIO_GW_PLD
1044 tristate "Gateworks PLD GPIO Expander"
1045 depends on OF_GPIO
1046 help
1047 Say yes here to provide access to the Gateworks I2C PLD GPIO
1048 Expander. This is used at least on the Cambria GW2358-4.
1049
1050config GPIO_MAX7300

--- 763 unchanged lines hidden ---