Kconfig (7d1815e1e51af36b5b52983cce8bc23cd79a92a9) Kconfig (e9004f5039b3840089cb1cb0fe558a81e2bb55f0)
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

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

124config GPIO_IT8761E
125 tristate "IT8761E GPIO support"
126 depends on X86 # unconditional access to IO space.
127 help
128 Say yes here to support GPIO functionality of IT8761E super I/O chip.
129
130config GPIO_EM
131 tristate "Emma Mobile GPIO"
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

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

124config GPIO_IT8761E
125 tristate "IT8761E GPIO support"
126 depends on X86 # unconditional access to IO space.
127 help
128 Say yes here to support GPIO functionality of IT8761E super I/O chip.
129
130config GPIO_EM
131 tristate "Emma Mobile GPIO"
132 depends on ARM && OF_GPIO
132 depends on ARM
133 help
134 Say yes here to support GPIO on Renesas Emma Mobile SoCs.
135
136config GPIO_EP93XX
137 def_bool y
138 depends on ARCH_EP93XX
139 select GPIO_GENERIC
140

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

315 help
316 Say yes here to support the GPIO functionality of a number of Intel
317 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
318 ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg
319 Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake).
320
321 If unsure, say N.
322
133 help
134 Say yes here to support GPIO on Renesas Emma Mobile SoCs.
135
136config GPIO_EP93XX
137 def_bool y
138 depends on ARCH_EP93XX
139 select GPIO_GENERIC
140

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

315 help
316 Say yes here to support the GPIO functionality of a number of Intel
317 ICH-based chipsets. Currently supported devices: ICH6, ICH7, ICH8
318 ICH9, ICH10, Series 5/3400 (eg Ibex Peak), Series 6/C200 (eg
319 Cougar Point), NM10 (Tiger Point), and 3100 (Whitmore Lake).
320
321 If unsure, say N.
322
323config GPIO_IOP
324 tristate "Intel IOP GPIO"
325 depends on ARM && (ARCH_IOP32X || ARCH_IOP33X)
326 help
327 Say yes here to support the GPIO functionality of a number of Intel
328 IOP32X or IOP33X.
329
330 If unsure, say N.
331
323config GPIO_VX855
324 tristate "VIA VX855/VX875 GPIO"
325 depends on PCI
326 select MFD_CORE
327 select MFD_VX855
328 help
329 Support access to the VX855/VX875 GPIO lines through the gpio library.
330

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

698 help
699 Platform driver for 74x164 compatible serial-in/parallel-out
700 8-outputs shift registers. This driver can be used to provide access
701 to more gpio outputs.
702
703comment "AC97 GPIO expanders:"
704
705config GPIO_UCB1400
332config GPIO_VX855
333 tristate "VIA VX855/VX875 GPIO"
334 depends on PCI
335 select MFD_CORE
336 select MFD_VX855
337 help
338 Support access to the VX855/VX875 GPIO lines through the gpio library.
339

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

707 help
708 Platform driver for 74x164 compatible serial-in/parallel-out
709 8-outputs shift registers. This driver can be used to provide access
710 to more gpio outputs.
711
712comment "AC97 GPIO expanders:"
713
714config GPIO_UCB1400
706 tristate "Philips UCB1400 GPIO"
715 bool "Philips UCB1400 GPIO"
707 depends on UCB1400_CORE
708 help
709 This enables support for the Philips UCB1400 GPIO pins.
710 The UCB1400 is an AC97 audio codec.
711
712comment "LPC GPIO expanders:"
713
714config GPIO_KEMPLD

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

754
755config GPIO_MSIC
756 bool "Intel MSIC mixed signal gpio support"
757 depends on MFD_INTEL_MSIC
758 help
759 Enable support for GPIO on intel MSIC controllers found in
760 intel MID devices
761
716 depends on UCB1400_CORE
717 help
718 This enables support for the Philips UCB1400 GPIO pins.
719 The UCB1400 is an AC97 audio codec.
720
721comment "LPC GPIO expanders:"
722
723config GPIO_KEMPLD

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

763
764config GPIO_MSIC
765 bool "Intel MSIC mixed signal gpio support"
766 depends on MFD_INTEL_MSIC
767 help
768 Enable support for GPIO on intel MSIC controllers found in
769 intel MID devices
770
762config GPIO_BCM_KONA
763 bool "Broadcom Kona GPIO"
764 depends on OF_GPIO
765 help
766 Turn on GPIO support for Broadcom "Kona" chips.
767
768comment "USB GPIO expanders:"
769
770config GPIO_VIPERBOARD
771 tristate "Viperboard GPIO a & b support"
772 depends on MFD_VIPERBOARD && USB
773 help
774 Say yes here to access the GPIO signals of Nano River
775 Technologies Viperboard. There are two GPIO chips on the
776 board: gpioa and gpiob.
777 See viperboard API specification and Nano
778 River Tech's viperboard.h for detailed meaning
779 of the module parameters.
780
781endif
771comment "USB GPIO expanders:"
772
773config GPIO_VIPERBOARD
774 tristate "Viperboard GPIO a & b support"
775 depends on MFD_VIPERBOARD && USB
776 help
777 Say yes here to access the GPIO signals of Nano River
778 Technologies Viperboard. There are two GPIO chips on the
779 board: gpioa and gpiob.
780 See viperboard API specification and Nano
781 River Tech's viperboard.h for detailed meaning
782 of the module parameters.
783
784endif