Kconfig (cac089f9026e9ddb3481daf08f0fc4e5949fa1af) | Kconfig (ff71880006795290f371caae13e740491ec76956) |
---|---|
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 --- 482 unchanged lines hidden (view full) --- 491 Standby Domain. Say yes here to enable the GPIO functionality. 492 493config GPIO_XILINX 494 tristate "Xilinx GPIO support" 495 depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86) 496 help 497 Say yes here to support the Xilinx FPGA GPIO device 498 | 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 --- 482 unchanged lines hidden (view full) --- 491 Standby Domain. Say yes here to enable the GPIO functionality. 492 493config GPIO_XILINX 494 tristate "Xilinx GPIO support" 495 depends on OF_GPIO && (PPC || MICROBLAZE || ARCH_ZYNQ || X86) 496 help 497 Say yes here to support the Xilinx FPGA GPIO device 498 |
499config GPIO_XLP 500 tristate "Netlogic XLP GPIO support" 501 depends on CPU_XLP 502 select GPIOLIB_IRQCHIP 503 help 504 This driver provides support for GPIO interface on Netlogic XLP MIPS64 505 SoCs. Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, 506 XLP9XX and XLP5XX. 507 508 If unsure, say N. 509 |
|
499config GPIO_XTENSA 500 bool "Xtensa GPIO32 support" 501 depends on XTENSA 502 depends on HAVE_XTENSA_GPIO32 503 depends on !SMP 504 help 505 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input) 506 and EXPSTATE (output) ports --- 493 unchanged lines hidden --- | 510config GPIO_XTENSA 511 bool "Xtensa GPIO32 support" 512 depends on XTENSA 513 depends on HAVE_XTENSA_GPIO32 514 depends on !SMP 515 help 516 Say yes here to support the Xtensa internal GPIO32 IMPWIRE (input) 517 and EXPSTATE (output) ports --- 493 unchanged lines hidden --- |