zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP

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>
This commit is contained in:
Siva Durga Prasad Paladugu 2016-03-10 16:27:44 +05:30 committed by Michal Simek
parent 404a00c7c9
commit 251ab06d26

View 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.