summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJayachandran C2017-05-22 10:58:31 +0200
committerLinus Walleij2017-05-23 22:56:35 +0200
commit240d3d5b2a7a32630f1fadd6b145d48978882824 (patch)
tree124609742d0ec08bf7484f79187bb1acee3f1d54 /drivers/gpio/Kconfig
parentgpio: pcf857x: move header file out of I2C realm (diff)
downloadkernel-qcow2-linux-240d3d5b2a7a32630f1fadd6b145d48978882824.tar.gz
kernel-qcow2-linux-240d3d5b2a7a32630f1fadd6b145d48978882824.tar.xz
kernel-qcow2-linux-240d3d5b2a7a32630f1fadd6b145d48978882824.zip
gpio: xlp: update GPIO_XLP dependency
Broadcom Vulcan (ARCH_VULCAN) has been discontinued and will be deleted soon. So, update the GPIO_XLP Kconfig entry to remove the ARCH_VULCAN dependency. Also update the documentation to note that Cavium ThunderX2 uses this driver. Signed-off-by: Jayachandran C <jnair@caviumnetworks.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 805754401845..f5e1b3d8baed 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -504,12 +504,13 @@ config GPIO_XILINX
config GPIO_XLP
tristate "Netlogic XLP GPIO support"
- depends on OF_GPIO && (CPU_XLP || ARCH_VULCAN || ARCH_THUNDER2 || COMPILE_TEST)
+ depends on OF_GPIO && (CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST)
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.
+ XLP9XX and XLP5XX. The same GPIO controller block is also present in
+ Cavium's ThunderX2 CN99XX SoCs.
If unsure, say N.