Kconfig (53c8b29abe42e5601cfa0ea5962532f0cfdec8a0) Kconfig (18bc64b3aebfa693f34463d2bcad9c82e21af9f6)
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
9 Selecting this config option from the architecture Kconfig allows

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

818 tristate "ADP5588 I2C GPIO expander"
819 help
820 This option enables support for 18 GPIOs found
821 on Analog Devices ADP5588 GPIO Expanders.
822
823config GPIO_ADP5588_IRQ
824 bool "Interrupt controller support for ADP5588"
825 depends on GPIO_ADP5588=y
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_HAVE_CUSTOM_GPIO_H
6 bool
7 help
8 Selecting this config option from the architecture Kconfig allows

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

817 tristate "ADP5588 I2C GPIO expander"
818 help
819 This option enables support for 18 GPIOs found
820 on Analog Devices ADP5588 GPIO Expanders.
821
822config GPIO_ADP5588_IRQ
823 bool "Interrupt controller support for ADP5588"
824 depends on GPIO_ADP5588=y
826 select GPIOLIB_IRQCHIP
827 help
828 Say yes here to enable the adp5588 to be used as an interrupt
829 controller. It requires the driver to be built in the kernel.
830
831config GPIO_ADNP
832 tristate "Avionic Design N-bit GPIO expander"
833 depends on OF_GPIO
834 select GPIOLIB_IRQCHIP

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

974 as writes to LEDs.
975
976config GPIO_ARIZONA
977 tristate "Wolfson Microelectronics Arizona class devices"
978 depends on MFD_ARIZONA
979 help
980 Support for GPIOs on Wolfson Arizona class devices.
981
825 help
826 Say yes here to enable the adp5588 to be used as an interrupt
827 controller. It requires the driver to be built in the kernel.
828
829config GPIO_ADNP
830 tristate "Avionic Design N-bit GPIO expander"
831 depends on OF_GPIO
832 select GPIOLIB_IRQCHIP

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

972 as writes to LEDs.
973
974config GPIO_ARIZONA
975 tristate "Wolfson Microelectronics Arizona class devices"
976 depends on MFD_ARIZONA
977 help
978 Support for GPIOs on Wolfson Arizona class devices.
979
980config GPIO_BD70528
981 tristate "ROHM BD70528 GPIO support"
982 depends on MFD_ROHM_BD70528
983 help
984 Support for GPIOs on ROHM BD70528 PMIC. There are four GPIOs
985 available on the ROHM PMIC in total. The GPIOs can also
986 generate interrupts.
987
988 This driver can also be built as a module. If so, the module
989 will be called gpio-bd70528.
990
982config GPIO_BD9571MWV
983 tristate "ROHM BD9571 GPIO support"
984 depends on MFD_BD9571MWV
985 help
986 Support for GPIOs on ROHM BD9571 PMIC. There are two GPIOs
987 available on the ROHM PMIC in total, both of which can also
988 generate interrupts.
989

--- 482 unchanged lines hidden ---
991config GPIO_BD9571MWV
992 tristate "ROHM BD9571 GPIO support"
993 depends on MFD_BD9571MWV
994 help
995 Support for GPIOs on ROHM BD9571 PMIC. There are two GPIOs
996 available on the ROHM PMIC in total, both of which can also
997 generate interrupts.
998

--- 482 unchanged lines hidden ---