Kconfig (0d1e31abcaf5a3f5ebff81fa0c1322c2b17e59dd) Kconfig (a419a3d92aab88dba1bf151f98f93c49d0e34206)
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

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

195 depends on (ARCH_EMEV2 || COMPILE_TEST) && OF_GPIO
196 help
197 Say yes here to support GPIO on Renesas Emma Mobile SoCs.
198
199config GPIO_EP93XX
200 def_bool y
201 depends on ARCH_EP93XX
202 select GPIO_GENERIC
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

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

195 depends on (ARCH_EMEV2 || COMPILE_TEST) && OF_GPIO
196 help
197 Say yes here to support GPIO on Renesas Emma Mobile SoCs.
198
199config GPIO_EP93XX
200 def_bool y
201 depends on ARCH_EP93XX
202 select GPIO_GENERIC
203 select GPIOLIB_IRQCHIP
203
204config GPIO_EXAR
205 tristate "Support for GPIO pins on XR17V352/354/358"
206 depends on SERIAL_8250_EXAR
207 help
208 Selecting this option will enable handling of GPIO pins present
209 on Exar XR17V352/354/358 chips.
210

--- 1181 unchanged lines hidden ---
204
205config GPIO_EXAR
206 tristate "Support for GPIO pins on XR17V352/354/358"
207 depends on SERIAL_8250_EXAR
208 help
209 Selecting this option will enable handling of GPIO pins present
210 on Exar XR17V352/354/358 chips.
211

--- 1181 unchanged lines hidden ---