Kconfig (1dfb4a0d7615811ec4a61b0a7631c8ddc0baf335) Kconfig (0da094d82c2741c58eb298d13386a95c7ab92dc7)
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

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

192 depends on X86
193 help
194 This option enables support for GPIOs found on Fintek Super-I/O
195 chips F71882FG and F71889F.
196
197 To compile this driver as a module, choose M here: the module will
198 be called f7188x-gpio.
199
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

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

192 depends on X86
193 help
194 This option enables support for GPIOs found on Fintek Super-I/O
195 chips F71882FG and F71889F.
196
197 To compile this driver as a module, choose M here: the module will
198 be called f7188x-gpio.
199
200config GPIO_MB86S7X
201 bool "GPIO support for Fujitsu MB86S7x Platforms"
202 depends on ARCH_MB86S7X
203 help
204 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
205
200config GPIO_MOXART
201 bool "MOXART GPIO support"
202 depends on ARCH_MOXART
203 select GPIO_GENERIC
204 help
205 Select this option to enable GPIO driver for
206 MOXA ART SoC devices.
207

--- 757 unchanged lines hidden ---
206config GPIO_MOXART
207 bool "MOXART GPIO support"
208 depends on ARCH_MOXART
209 select GPIO_GENERIC
210 help
211 Select this option to enable GPIO driver for
212 MOXA ART SoC devices.
213

--- 757 unchanged lines hidden ---