diff options
| author | Michal Simek <[email protected]> | 2020-08-06 15:18:36 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2020-08-20 09:46:55 +0200 |
| commit | 664e16ce99a0c04ba7ea06892ebafdc2071aefe9 (patch) | |
| tree | 5bad5355636147c507ca23c0b0d68dc699c8bb19 /drivers/gpio | |
| parent | c8da6513c054c150640e8ad12185bd53ae1852fc (diff) | |
xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers
Zynq/ZynqMP/Versal IPs should be possible to called also from Microblaze in
PL and vice versa. That's why change dependencies and do not limit enabling
just for some platforms.
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'drivers/gpio')
| -rw-r--r-- | drivers/gpio/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 11e9a17f972..202fcc6f475 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -381,8 +381,8 @@ config MVEBU_GPIO config ZYNQ_GPIO bool "Zynq GPIO driver" - depends on DM_GPIO && (ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL) - default y + depends on DM_GPIO + default y if ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_VERSAL help Supports GPIO access on Zynq SoC. |
