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>
master
Siva Durga Prasad Paladugu 9 years ago committed by Michal Simek
parent 404a00c7c9
commit 251ab06d26
  1. 2
      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.

Loading…
Cancel
Save