aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorFeng Kan <fkan@apm.com>2014-07-31 15:03:25 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-08-28 08:19:47 -0400
commit29cbf4589fc0dabef4dfc95dd9589c366ad2ec46 (patch)
tree76924b1c55f8ebaee291c4a302f89b192f1709ba /drivers/gpio/Kconfig
parente8126753a9a5896ed50c9d9bf66fa46f0f1982a6 (diff)
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
334 help 334 help
335 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs. 335 Say yes here to support Toumaz Xenif TZ1090 PDC GPIOs.
336 336
337config GPIO_XGENE
338 bool "APM X-Gene GPIO controller support"
339 depends on ARM64 && OF_GPIO
340 help
341 This driver is to support the GPIO block within the APM X-Gene SoC
342 platform's generic flash controller. The GPIO pins are muxed with
343 the generic flash controller's address and data pins. Say yes
344 here to enable the GFC GPIO functionality.
345
337config GPIO_XILINX 346config GPIO_XILINX
338 bool "Xilinx GPIO support" 347 bool "Xilinx GPIO support"
339 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ 348 depends on PPC_OF || MICROBLAZE || ARCH_ZYNQ