[U-Boot] [PATCH 6/7] zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP

Michal Simek michal.simek at xilinx.com
Mon Apr 11 12:00:25 CEST 2016


From: Siva Durga Prasad Paladugu <siva.durga.paladugu at xilinx.com>

Enable ZYNQ_GPIO for ZynqMP using Kconfig. It enables the GPIO
driver support for ZynqMP.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 4d2cc500bfaf..2b4624d7f807 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -138,7 +138,7 @@ config MVEBU_GPIO
 
 config ZYNQ_GPIO
 	bool "Zynq GPIO driver"
-	depends on DM_GPIO && ARCH_ZYNQ
+	depends on DM_GPIO && (ARCH_ZYNQ || ARCH_ZYNQMP)
 	default y
 	help
 	  Supports GPIO access on Zynq SoC.
-- 
1.9.1



More information about the U-Boot mailing list