Kconfig (e5ff19cf75f33a4654fc54631577146a1162d527) Kconfig (a5ec96ddfd55c501d451cb310566a1170c267ecb)
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

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

354 FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \
355 COMPILE_TEST
356 select GPIO_GENERIC
357 select IRQ_DOMAIN
358 help
359 Say Y here if you're going to use hardware that connects to the
360 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.
361
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

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

354 FSL_SOC_BOOKE || PPC_86xx || ARCH_LAYERSCAPE || ARM || \
355 COMPILE_TEST
356 select GPIO_GENERIC
357 select IRQ_DOMAIN
358 help
359 Say Y here if you're going to use hardware that connects to the
360 MPC512x/831x/834x/837x/8572/8610/QorIQ GPIOs.
361
362config GPIO_MT7621
363 bool "Mediatek MT7621 GPIO Support"
364 depends on SOC_MT7620 || SOC_MT7621 || COMPILE_TEST
365 depends on OF_GPIO
366 select GPIO_GENERIC
367 select GPIOLIB_IRQCHIP
368 help
369 Say yes here to support the Mediatek MT7621 SoC GPIO device
370
362config GPIO_MVEBU
363 def_bool y
364 depends on PLAT_ORION || ARCH_MVEBU
365 depends on OF_GPIO
366 select GENERIC_IRQ_CHIP
367 select REGMAP_MMIO
368
369config GPIO_MXC

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

679 array module parameter.
680
681config GPIO_IT87
682 tristate "IT87xx GPIO support"
683 help
684 Say yes here to support GPIO functionality of IT87xx Super I/O chips.
685
686 This driver is tested with ITE IT8728 and IT8732 Super I/O chips, and
371config GPIO_MVEBU
372 def_bool y
373 depends on PLAT_ORION || ARCH_MVEBU
374 depends on OF_GPIO
375 select GENERIC_IRQ_CHIP
376 select REGMAP_MMIO
377
378config GPIO_MXC

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

688 array module parameter.
689
690config GPIO_IT87
691 tristate "IT87xx GPIO support"
692 help
693 Say yes here to support GPIO functionality of IT87xx Super I/O chips.
694
695 This driver is tested with ITE IT8728 and IT8732 Super I/O chips, and
687 supports the IT8761E, IT8620E and IT8628E Super I/O chip as well.
696 supports the IT8761E, IT8613, IT8620E, and IT8628E Super I/O chips as
697 well.
688
689 To compile this driver as a module, choose M here: the module will
690 be called gpio_it87
691
692config GPIO_SCH
693 tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO"
694 depends on (X86 || COMPILE_TEST) && PCI
695 select MFD_CORE

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

1034 depends on MFD_TI_LP87565
1035 help
1036 This driver supports the GPIO on TI Lp873565 PMICs. 3 GPIOs are present
1037 on LP87565 PMICs.
1038
1039 This driver can also be built as a module. If so, the module will be
1040 called gpio-lp87565.
1041
698
699 To compile this driver as a module, choose M here: the module will
700 be called gpio_it87
701
702config GPIO_SCH
703 tristate "Intel SCH/TunnelCreek/Centerton/Quark X1000 GPIO"
704 depends on (X86 || COMPILE_TEST) && PCI
705 select MFD_CORE

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

1044 depends on MFD_TI_LP87565
1045 help
1046 This driver supports the GPIO on TI Lp873565 PMICs. 3 GPIOs are present
1047 on LP87565 PMICs.
1048
1049 This driver can also be built as a module. If so, the module will be
1050 called gpio-lp87565.
1051
1042config GPIO_MADERA
1043 tristate "Cirrus Logic Madera class codecs"
1044 depends on PINCTRL_MADERA
1045 help
1046 Support for GPIOs on Cirrus Logic Madera class codecs.
1047
1048config GPIO_MAX77620
1049 tristate "GPIO support for PMIC MAX77620 and MAX20024"
1050 depends on MFD_MAX77620
1051 help
1052 GPIO driver for MAX77620 and MAX20024 PMIC from Maxim Semiconductor.
1053 MAX77620 PMIC has 8 pins that can be configured as GPIOs. The
1054 driver also provides interrupt support for each of the gpios.
1055 Say yes here to enable the max77620 to be used as gpio controller.

--- 325 unchanged lines hidden ---
1052config GPIO_MAX77620
1053 tristate "GPIO support for PMIC MAX77620 and MAX20024"
1054 depends on MFD_MAX77620
1055 help
1056 GPIO driver for MAX77620 and MAX20024 PMIC from Maxim Semiconductor.
1057 MAX77620 PMIC has 8 pins that can be configured as GPIOs. The
1058 driver also provides interrupt support for each of the gpios.
1059 Say yes here to enable the max77620 to be used as gpio controller.

--- 325 unchanged lines hidden ---