Kconfig (b3e5ced63e051e8f911b795ac5b06229a5328f7b) Kconfig (13a43fd9e90552c8258981d0a0eb82d73406c24d)
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

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

225 Say yes here to support GPIO functionality of IT8761E super I/O chip.
226
227config GPIO_LOONGSON
228 bool "Loongson-2/3 GPIO support"
229 depends on CPU_LOONGSON2 || CPU_LOONGSON3
230 help
231 driver for GPIO functionality on Loongson-2F/3A/3B processors.
232
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

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

225 Say yes here to support GPIO functionality of IT8761E super I/O chip.
226
227config GPIO_LOONGSON
228 bool "Loongson-2/3 GPIO support"
229 depends on CPU_LOONGSON2 || CPU_LOONGSON3
230 help
231 driver for GPIO functionality on Loongson-2F/3A/3B processors.
232
233config GPIO_LPC18XX
234 bool "NXP LPC18XX/43XX GPIO support"
235 default y if ARCH_LPC18XX
236 depends on OF_GPIO && (ARCH_LPC18XX || COMPILE_TEST)
237 help
238 Select this option to enable GPIO driver for
239 NXP LPC18XX/43XX devices.
240
233config GPIO_LYNXPOINT
234 tristate "Intel Lynxpoint GPIO support"
235 depends on ACPI && X86
236 select GPIOLIB_IRQCHIP
237 help
238 driver for GPIO functionality on Intel Lynxpoint PCH chipset
239 Requires ACPI device enumeration code to set up a platform device.
240

--- 751 unchanged lines hidden ---
241config GPIO_LYNXPOINT
242 tristate "Intel Lynxpoint GPIO support"
243 depends on ACPI && X86
244 select GPIOLIB_IRQCHIP
245 help
246 driver for GPIO functionality on Intel Lynxpoint PCH chipset
247 Requires ACPI device enumeration code to set up a platform device.
248

--- 751 unchanged lines hidden ---