Kconfig (2af66e1dece9fb92a7ef7a270f58a72b82491363) Kconfig (4fccbbde1164346b96f88c9dbba6adda07d2c86f)
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

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

261 depends on ACPI && X86
262 select GPIOLIB_IRQCHIP
263 help
264 driver for GPIO functionality on Intel Lynxpoint PCH chipset
265 Requires ACPI device enumeration code to set up a platform device.
266
267config GPIO_MB86S7X
268 bool "GPIO support for Fujitsu MB86S7x Platforms"
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

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

261 depends on ACPI && X86
262 select GPIOLIB_IRQCHIP
263 help
264 driver for GPIO functionality on Intel Lynxpoint PCH chipset
265 Requires ACPI device enumeration code to set up a platform device.
266
267config GPIO_MB86S7X
268 bool "GPIO support for Fujitsu MB86S7x Platforms"
269 depends on ARCH_MB86S7X
269 depends on ARCH_MB86S7X || COMPILE_TEST
270 help
271 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
272
273config GPIO_MM_LANTIQ
274 bool "Lantiq Memory mapped GPIOs"
275 depends on LANTIQ && SOC_XWAY
276 help
277 This enables support for memory mapped GPIOs on the External Bus Unit

--- 826 unchanged lines hidden ---
270 help
271 Say yes here to support the GPIO controller in Fujitsu MB86S70 SoCs.
272
273config GPIO_MM_LANTIQ
274 bool "Lantiq Memory mapped GPIOs"
275 depends on LANTIQ && SOC_XWAY
276 help
277 This enables support for memory mapped GPIOs on the External Bus Unit

--- 826 unchanged lines hidden ---