Kconfig (1b39d5f2cc5c28085bbf48db80bf704ab4dedda9) Kconfig (c68308dd50c3827a4ce77a1d70e0eb2d2521cafd)
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

90 help
91 Say yes here to support GPIO functionality of IT8761E super I/O chip.
92
93config GPIO_EP93XX
94 def_bool y
95 depends on ARCH_EP93XX
96 select GPIO_GENERIC
97
1#
2# GPIO infrastructure and drivers
3#
4
5config ARCH_WANT_OPTIONAL_GPIOLIB
6 bool
7 help
8 Select this config option from the architecture Kconfig, if

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

90 help
91 Say yes here to support GPIO functionality of IT8761E super I/O chip.
92
93config GPIO_EP93XX
94 def_bool y
95 depends on ARCH_EP93XX
96 select GPIO_GENERIC
97
98config GPIO_EXYNOS4
99 def_bool y
100 depends on CPU_EXYNOS4210
101
98config GPIO_MPC5200
99 def_bool y
100 depends on PPC_MPC52xx
101
102config GPIO_MPC5200
103 def_bool y
104 depends on PPC_MPC52xx
105
106config GPIO_MPC8XXX
107 bool "MPC512x/MPC8xxx GPIO support"
108 depends on PPC_MPC512x || PPC_MPC831x || PPC_MPC834x || PPC_MPC837x || \
109 FSL_SOC_BOOKE || PPC_86xx
110 help
111 Say Y here if you're going to use hardware that connects to the
112 MPC512x/831x/834x/837x/8572/8610 GPIOs.
113
102config GPIO_MSM_V1
103 tristate "Qualcomm MSM GPIO v1"
104 depends on GPIOLIB && ARCH_MSM
105 help
106 Say yes here to support the GPIO interface on ARM v6 based
107 Qualcomm MSM chips. Most of the pins on the MSM can be
108 selected for GPIO, and are controlled by this driver.
109

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

122 select GENERIC_IRQ_CHIP
123
124config GPIO_MXS
125 def_bool y
126 depends on ARCH_MXS
127 select GPIO_GENERIC
128 select GENERIC_IRQ_CHIP
129
114config GPIO_MSM_V1
115 tristate "Qualcomm MSM GPIO v1"
116 depends on GPIOLIB && ARCH_MSM
117 help
118 Say yes here to support the GPIO interface on ARM v6 based
119 Qualcomm MSM chips. Most of the pins on the MSM can be
120 selected for GPIO, and are controlled by this driver.
121

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

134 select GENERIC_IRQ_CHIP
135
136config GPIO_MXS
137 def_bool y
138 depends on ARCH_MXS
139 select GPIO_GENERIC
140 select GENERIC_IRQ_CHIP
141
142config GPIO_PLAT_SAMSUNG
143 def_bool y
144 depends on SAMSUNG_GPIOLIB_4BIT
145
146config GPIO_S5PC100
147 def_bool y
148 depends on CPU_S5PC100
149
150config GPIO_S5PV210
151 def_bool y
152 depends on CPU_S5PV210
153
130config GPIO_PL061
131 bool "PrimeCell PL061 GPIO support"
132 depends on ARM_AMBA
133 help
134 Say yes here to support the PrimeCell PL061 GPIO device
135
136config GPIO_XILINX
137 bool "Xilinx GPIO support"

--- 337 unchanged lines hidden ---
154config GPIO_PL061
155 bool "PrimeCell PL061 GPIO support"
156 depends on ARM_AMBA
157 help
158 Say yes here to support the PrimeCell PL061 GPIO device
159
160config GPIO_XILINX
161 bool "Xilinx GPIO support"

--- 337 unchanged lines hidden ---