Enable DM_GPIO and ZYNQ_GPIO for ZynqM using
Kconfig. The 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>
select DM_SPI
select DM_SPI_FLASH
select DM_ETH
+ select DM_GPIO
select DM_MMC
select DM_SERIAL
select OF_CONTROL
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.