Kconfig (b9f12a5d97f652c77ef6803dccd0d40d1290f5be) Kconfig (7f87210eff7a26a0215b493e9dd7322b16d8dc72)
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

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

335 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs.
336
337config GPIO_XILINX
338 bool "Xilinx GPIO support"
339 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ
340 help
341 Say yes here to support the Xilinx FPGA GPIO device
342
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

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

335 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs.
336
337config GPIO_XILINX
338 bool "Xilinx GPIO support"
339 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ
340 help
341 Say yes here to support the Xilinx FPGA GPIO device
342
343config GPIO_ZYNQ
344 tristate "Xilinx Zynq GPIO support"
345 depends on ARCH_ZYNQ
346 select GPIOLIB_IRQCHIP
347 help
348 Say yes here to support Xilinx Zynq GPIO controller.
349
343config GPIO_XTENSA
344 bool "Xtensa GPIO32 support"
345 depends on XTENSA
346 depends on HAVE_XTENSA_GPIO32
347 depends on !SMP
348 help
349 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input)
350 and EXPSTATE (output) ports

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

418
419 This driver provides basic support (configure as input or output, read
420 and write pin state) for GPIO implemented in a number of GE single
421 board computers.
422
423config GPIO_LYNXPOINT
424 tristate "Intel Lynxpoint GPIO support"
425 depends on ACPI && X86
350config GPIO_XTENSA
351 bool "Xtensa GPIO32 support"
352 depends on XTENSA
353 depends on HAVE_XTENSA_GPIO32
354 depends on !SMP
355 help
356 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input)
357 and EXPSTATE (output) ports

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

425
426 This driver provides basic support (configure as input or output, read
427 and write pin state) for GPIO implemented in a number of GE single
428 board computers.
429
430config GPIO_LYNXPOINT
431 tristate "Intel Lynxpoint GPIO support"
432 depends on ACPI && X86
426 select IRQ_DOMAIN
433 select GPIOLIB_IRQCHIP
427 help
428 driver for GPIO functionality on Intel Lynxpoint PCH chipset
429 Requires ACPI device enumeration code to set up a platform device.
430
431config GPIO_GRGPIO
432 tristate "Aeroflex Gaisler GRGPIO support"
433 depends on OF
434 select GPIO_GENERIC

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

568 GPIO expanders. Compatible models include:
569
570 8 bits: sx1508q
571 16 bits: sx1509q
572
573config GPIO_STMPE
574 bool "STMPE GPIOs"
575 depends on MFD_STMPE
434 help
435 driver for GPIO functionality on Intel Lynxpoint PCH chipset
436 Requires ACPI device enumeration code to set up a platform device.
437
438config GPIO_GRGPIO
439 tristate "Aeroflex Gaisler GRGPIO support"
440 depends on OF
441 select GPIO_GENERIC

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

575 GPIO expanders. Compatible models include:
576
577 8 bits: sx1508q
578 16 bits: sx1509q
579
580config GPIO_STMPE
581 bool "STMPE GPIOs"
582 depends on MFD_STMPE
583 select GPIOLIB_IRQCHIP
576 help
577 This enables support for the GPIOs found on the STMPE I/O
578 Expanders.
579
580config GPIO_STP_XWAY
581 bool "XWAY STP GPIOs"
582 depends on SOC_XWAY
583 help

--- 296 unchanged lines hidden ---
584 help
585 This enables support for the GPIOs found on the STMPE I/O
586 Expanders.
587
588config GPIO_STP_XWAY
589 bool "XWAY STP GPIOs"
590 depends on SOC_XWAY
591 help

--- 296 unchanged lines hidden ---