diff options
author | Tom Rini | 2022-09-26 11:28:14 -0400 |
---|---|---|
committer | Tom Rini | 2022-09-26 11:28:14 -0400 |
commit | 55ccdee3155c6cc30eeee846879d06aba6e3fabe (patch) | |
tree | 4cda01be7fa0553410ffc193f4f931910efbbf57 /drivers/spi/Kconfig | |
parent | ffa2c88bcf8618b6d6fb71f5263beede9a179b20 (diff) | |
parent | f2641f066b53a2bbb933bccffd696a875fd9adf5 (diff) |
Merge tag 'xilinx-for-v2023.01-rc1-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
Xilinx changes for v2023.01-rc1 (round 2)
xilinx:
- Add support for new Versal NET SOC
zynqmp:
- Use mdio bus for ethernet phy description
- Wire ethernet phy reset via i2c-gpio
versal:
- Config cleanup
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 07e50e240e3..2f12081f88d 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -148,7 +148,7 @@ config CQSPI_REF_CLK config CADENCE_OSPI_VERSAL bool "Configure Versal OSPI" - depends on ARCH_VERSAL && CADENCE_QSPI + depends on (ARCH_VERSAL || ARCH_VERSAL_NET) && CADENCE_QSPI imply DM_GPIO help This option is used to enable Versal OSPI DMA operations which |