Kconfig (cf42f1cfe419f20425fc0c27b9930b6b51fe77b2) Kconfig (0815c2c0934feb0a99e24bddb8b319f94ae22c9e)
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

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

735 depends on X86 && PCI && OF
736 select GPIO_GENERIC
737 select GENERIC_IRQ_CHIP
738 help
739 Say Y here to support Intel Sodaville GPIO.
740
741config GPIO_TIMBERDALE
742 bool "Support for timberdale GPIO IP"
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

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

735 depends on X86 && PCI && OF
736 select GPIO_GENERIC
737 select GENERIC_IRQ_CHIP
738 help
739 Say Y here to support Intel Sodaville GPIO.
740
741config GPIO_TIMBERDALE
742 bool "Support for timberdale GPIO IP"
743 depends on MFD_TIMBERDALE && HAS_IOMEM
743 depends on MFD_TIMBERDALE
744 ---help---
745 Add support for the GPIO IP in the timberdale FPGA.
746
747config GPIO_RDC321X
748 tristate "RDC R-321x GPIO support"
749 depends on PCI
750 select MFD_CORE
751 select MFD_RDC321X

--- 117 unchanged lines hidden ---
744 ---help---
745 Add support for the GPIO IP in the timberdale FPGA.
746
747config GPIO_RDC321X
748 tristate "RDC R-321x GPIO support"
749 depends on PCI
750 select MFD_CORE
751 select MFD_RDC321X

--- 117 unchanged lines hidden ---