mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
spi: Kconfig: Fix correct target name for ZynqMP
ZynqMP is using different symbol. Use correct one. Reviewed-by: Jagan Teki <jteki@openedev.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
23ef5aea84
commit
8e4920e53e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue