diff options
author | Siva Durga Prasad Paladugu | 2016-03-10 16:27:44 +0530 |
---|---|---|
committer | Michal Simek | 2016-04-13 18:29:06 +0200 |
commit | 251ab06d26da25bb003117df219288f8e57cabac (patch) | |
tree | be3fa1f7e8227366f0b2b8ad0a40df8f7f100309 /drivers/gpio | |
parent | 404a00c7c9fff1ef2ba5e33c585ff3c950757f34 (diff) |
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>
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 4d2cc500bfa..2b4624d7f80 100644 --- a/drivers/gpio/Kconfig +++ b/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. |