Kconfig (3b4c94bbacb06aa7ff595041efec82604e44fc59) Kconfig (240d3d5b2a7a32630f1fadd6b145d48978882824)
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

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

499config GPIO_XILINX
500 tristate "Xilinx GPIO support"
501 depends on OF_GPIO
502 help
503 Say yes here to support the Xilinx FPGA GPIO device
504
505config GPIO_XLP
506 tristate "Netlogic XLP GPIO support"
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

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

499config GPIO_XILINX
500 tristate "Xilinx GPIO support"
501 depends on OF_GPIO
502 help
503 Say yes here to support the Xilinx FPGA GPIO device
504
505config GPIO_XLP
506 tristate "Netlogic XLP GPIO support"
507 depends on OF_GPIO && (CPU_XLP || ARCH_VULCAN || ARCH_THUNDER2 || COMPILE_TEST)
507 depends on OF_GPIO && (CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST)
508 select GPIOLIB_IRQCHIP
509 help
510 This driver provides support for GPIO interface on Netlogic XLP MIPS64
511 SoCs. Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX,
508 select GPIOLIB_IRQCHIP
509 help
510 This driver provides support for GPIO interface on Netlogic XLP MIPS64
511 SoCs. Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX,
512 XLP9XX and XLP5XX.
512 XLP9XX and XLP5XX. The same GPIO controller block is also present in
513 Cavium's ThunderX2 CN99XX SoCs.
513
514 If unsure, say N.
515
516config GPIO_XTENSA
517 bool "Xtensa GPIO32 support"
518 depends on XTENSA
519 depends on HAVE_XTENSA_GPIO32
520 depends on !SMP

--- 731 unchanged lines hidden ---
514
515 If unsure, say N.
516
517config GPIO_XTENSA
518 bool "Xtensa GPIO32 support"
519 depends on XTENSA
520 depends on HAVE_XTENSA_GPIO32
521 depends on !SMP

--- 731 unchanged lines hidden ---