mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
spi: Kconfig: Add Zynq SPI controller entry
Add Zynq SPI controller Kconfig entry. Signed-off-by: Jagan Teki <jteki@openedev.com> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Marek Vasut <marex@denx.de> Cc: Michal Simek <michal.simek@xilinx.com> Cc: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
This commit is contained in:
parent
5f24d123c8
commit
df30a425bb
1 changed files with 8 additions and 0 deletions
|
@ -51,3 +51,11 @@ config CADENCE_QSPI
|
||||||
Enable the Cadence Quad-SPI (QSPI) driver. This driver can be
|
Enable the Cadence Quad-SPI (QSPI) driver. This driver can be
|
||||||
used to access the SPI NOR flash on platforms embedding this
|
used to access the SPI NOR flash on platforms embedding this
|
||||||
Cadence IP core.
|
Cadence IP core.
|
||||||
|
|
||||||
|
config ZYNQ_SPI
|
||||||
|
bool "Zynq SPI driver"
|
||||||
|
depends on DM_SPI && (ARCH_ZYNQ || TARGET_XILINX_ZYNQMP)
|
||||||
|
help
|
||||||
|
Enable the Zynq SPI driver. This driver can be used to
|
||||||
|
access the SPI NOR flash on platforms embedding this Zynq
|
||||||
|
SPI IP core.
|
||||||
|
|
Loading…
Add table
Reference in a new issue