Skip to content
Snippets Groups Projects
Commit 8e4920e5 authored by Michal Simek's avatar Michal Simek Committed by Jagan Teki
Browse files

spi: Kconfig: Fix correct target name for ZynqMP


ZynqMP is using different symbol.
Use correct one.

Reviewed-by: default avatarJagan Teki <jteki@openedev.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 23ef5aea
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,7 @@ config XILINX_SPI
config ZYNQ_SPI
bool "Zynq SPI driver"
depends on ARCH_ZYNQ || TARGET_XILINX_ZYNQMP
depends on ARCH_ZYNQ || ARCH_ZYNQMP
help
Enable the Zynq SPI driver. This driver can be used to
access the SPI NOR flash on platforms embedding this Zynq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment