summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2016-03-10 16:27:39 +0530
committerMichal Simek <michal.simek@xilinx.com>2016-04-13 18:29:06 +0200
commit2978ae23fa252659ccfae9c794105a5d7e1ffc76 (patch)
treed33fcf8bbbf74056711dcf677fdd29d7f9688bb9 /drivers/gpio
parent68c7026e8d410295bc281128d8c14edef291461d (diff)
downloadblackbird-obmc-uboot-2978ae23fa252659ccfae9c794105a5d7e1ffc76.tar.gz
blackbird-obmc-uboot-2978ae23fa252659ccfae9c794105a5d7e1ffc76.zip
gpio: Kconfig: Enable Zynq GPIO driver using kconfig
Enable DM GPIO and ZYNQ GPIO using kconfig instead of the board config file. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f56a60621f..4d2cc500bf 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
+ default y
+ help
+ Supports GPIO access on Zynq SoC.
+
endmenu
OpenPOWER on IntegriCloud