]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Thu, 10 Mar 2016 10:57:44 +0000 (16:27 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 13 Apr 2016 16:29:06 +0000 (18:29 +0200)
Enable ZYNQ_GPIO for ZynqMP using Kconfig. It enables the GPIO
driver support for ZynqMP.

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/gpio/Kconfig

index 4d2cc500bfaf906d2b33394c3605c2974fdbc8cb..2b4624d7f8075c166916e9edb0784d630e97886c 100644 (file)
@@ -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.