mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
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:
parent
404a00c7c9
commit
251ab06d26
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue