summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-04-13 12:53:11 -0400
committerTom Rini <trini@konsulko.com>2016-04-13 12:53:11 -0400
commit541c9be880d601cb0230dc7452c398167ed1eaac (patch)
tree0686261e2d2e4589c651d165026d4e678390915a /drivers/gpio/Kconfig
parent3f8085e94ae3e8a2996e2f517ecdb608a4b4c09e (diff)
parent58ed7f66939cbfb6e48656b3925aefd9f180a1a3 (diff)
downloadu-boot-imx-541c9be880d601cb0230dc7452c398167ed1eaac.zip
u-boot-imx-541c9be880d601cb0230dc7452c398167ed1eaac.tar.gz
u-boot-imx-541c9be880d601cb0230dc7452c398167ed1eaac.tar.bz2
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f56a606..2b4624d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -136,4 +136,11 @@ config MVEBU_GPIO
help
Say yes here to support Marvell MVEBU (Armada XP/38x) GPIOs.
+config ZYNQ_GPIO
+ bool "Zynq GPIO driver"
+ depends on DM_GPIO && (ARCH_ZYNQ || ARCH_ZYNQMP)
+ default y
+ help
+ Supports GPIO access on Zynq SoC.
+
endmenu