summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorKamlakant Patel2015-04-28 16:40:45 +0200
committerLinus Walleij2015-05-06 16:33:56 +0200
commitff71880006795290f371caae13e740491ec76956 (patch)
tree2cab68fcb36b26e208a4fba1f5031ec1597895d1 /drivers/gpio/Kconfig
parentgpio: Add Netlogic XLP GPIO devicetree bindings documentation (diff)
downloadkernel-qcow2-linux-ff71880006795290f371caae13e740491ec76956.tar.gz
kernel-qcow2-linux-ff71880006795290f371caae13e740491ec76956.tar.xz
kernel-qcow2-linux-ff71880006795290f371caae13e740491ec76956.zip
gpio: xlp: GPIO controller for Netlogic XLP SoCs
Add GPIO controller driver for Netlogic XLP MIPS64 SOCs. This driver is instantiated by device tree and supports interrupts for GPIOs. Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 4c4dba075277..5faaf5ff0d4d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -496,6 +496,17 @@ config GPIO_XILINX
help
Say yes here to support the Xilinx FPGA GPIO device
+config GPIO_XLP
+ tristate "Netlogic XLP GPIO support"
+ depends on CPU_XLP
+ select GPIOLIB_IRQCHIP
+ help
+ This driver provides support for GPIO interface on Netlogic XLP MIPS64
+ SoCs. Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX,
+ XLP9XX and XLP5XX.
+
+ If unsure, say N.
+
config GPIO_XTENSA
bool "Xtensa GPIO32 support"
depends on XTENSA