summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorFeng Kan2014-07-31 21:03:25 +0200
committerLinus Walleij2014-08-28 14:19:47 +0200
commit29cbf4589fc0dabef4dfc95dd9589c366ad2ec46 (patch)
tree76924b1c55f8ebaee291c4a302f89b192f1709ba /drivers/gpio/Kconfig
parentgpio: pca953x: Add DT binding documentation (diff)
downloadkernel-qcow2-linux-29cbf4589fc0dabef4dfc95dd9589c366ad2ec46.tar.gz
kernel-qcow2-linux-29cbf4589fc0dabef4dfc95dd9589c366ad2ec46.tar.xz
kernel-qcow2-linux-29cbf4589fc0dabef4dfc95dd9589c366ad2ec46.zip
gpio: Add APM X-Gene SoC GPIO controller support
Add APM X-Gene SoC gpio controller driver. Signed-off-by: Feng Kan <fkan@apm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 9de1515e5808..1fe93eb61927 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -334,6 +334,15 @@ config GPIO_TZ1090_PDC
help
Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs.
+config GPIO_XGENE
+ bool "APM X-Gene GPIO controller support"
+ depends on ARM64 && OF_GPIO
+ help
+ This driver is to support the GPIO block within the APM X-Gene SoC
+ platform's generic flash controller. The GPIO pins are muxed with
+ the generic flash controller's address and data pins. Say yes
+ here to enable the GFC GPIO functionality.
+
config GPIO_XILINX
bool "Xilinx GPIO support"
depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ