diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-12-07 11:33:58 +0100 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2015-12-11 22:12:23 +0530 |
commit | 8e4920e53e1a45658743d79d6fa29a1b44448622 (patch) | |
tree | 51c9508b472974b0e1d5b55df3e3632b9f8f3ef5 /drivers/spi | |
parent | 23ef5aea849ce2252086a4f79dde8205afc56a00 (diff) | |
download | u-boot-imx-8e4920e53e1a45658743d79d6fa29a1b44448622.zip u-boot-imx-8e4920e53e1a45658743d79d6fa29a1b44448622.tar.gz u-boot-imx-8e4920e53e1a45658743d79d6fa29a1b44448622.tar.bz2 |
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>
Diffstat (limited to 'drivers/spi')
-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 a0dbd8b..2cdb110 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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 |