aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorY Vo <yvo@apm.com>2015-01-16 02:34:19 -0500
committerLinus Walleij <linus.walleij@linaro.org>2015-01-20 04:34:52 -0500
commitb2b35e10892cb1253c93c582e6a3d7ad91ed9f3f (patch)
tree691b7aa00e6ae2f3c1ca612840e956b936b16f16 /drivers/gpio/Kconfig
parent74981fb81d8348b9e405e9acc21c0d5e241d2d69 (diff)
gpio: Add APM X-Gene standby GPIO controller driver
Driver for standby GPIO controller of APM X-Gene SoCs on arm64. Signed-off-by: Y Vo <yvo@apm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 8dcd0bd5b0fa..4187fcbc88fd 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -367,6 +367,14 @@ config GPIO_XGENE
367 the generic flash controller's address and data pins. Say yes 367 the generic flash controller's address and data pins. Say yes
368 here to enable the GFC GPIO functionality. 368 here to enable the GFC GPIO functionality.
369 369
370config GPIO_XGENE_SB
371 tristate "APM X-Gene GPIO standby controller support"
372 depends on ARCH_XGENE && OF_GPIO
373 select GPIO_GENERIC
374 help
375 This driver supports the GPIO block within the APM X-Gene
376 Standby Domain. Say yes here to enable the GPIO functionality.
377
370config GPIO_XILINX 378config GPIO_XILINX
371 tristate "Xilinx GPIO support" 379 tristate "Xilinx GPIO support"
372 depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || X86) 380 depends on OF_GPIO && (PPC_OF || MICROBLAZE || ARCH_ZYNQ || X86)