projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23ef5ae
)
spi: Kconfig: Fix correct target name for ZynqMP
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 7 Dec 2015 10:33:58 +0000
(11:33 +0100)
committer
Jagan Teki
<jteki@openedev.com>
Fri, 11 Dec 2015 16:42:23 +0000
(22:12 +0530)
ZynqMP is using different symbol.
Use correct one.
Reviewed-by: Jagan Teki <jteki@openedev.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/spi/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index a0dbd8b640d810e9a3812ec360db3816f68c4863..2cdb11025f88afea542ef70d552bc84709068547 100644
(file)
--- 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