zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP
authorSiva Durga Prasad Paladugu <[email protected]>
Thu, 10 Mar 2016 10:57:44 +0000 (16:27 +0530)
committerMichal Simek <[email protected]>
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
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.