mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-26 14:15:22 +01:00
spi: Kconfig: Add XILINX_SPI entry
Added XILINX_SPI entry on Kconfig with help description. Signed-off-by: Jagan Teki <jteki@openedev.com> Cc: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
de8230535b
commit
075143d3cf
1 changed files with 9 additions and 0 deletions
|
|
@ -54,6 +54,15 @@ config CADENCE_QSPI
|
|||
used to access the SPI NOR flash on platforms embedding this
|
||||
Cadence IP core.
|
||||
|
||||
config XILINX_SPI
|
||||
bool "Xilinx SPI driver"
|
||||
depends on DM_SPI
|
||||
help
|
||||
Enable the Xilinx SPI driver from the Xilinx EDK. This SPI
|
||||
controller support 8 bit SPI transfers only, with or w/o FIFO.
|
||||
For more info on Xilinx SPI Register Definitions and Overview
|
||||
see driver file - drivers/spi/xilinx_spi.c
|
||||
|
||||
config ZYNQ_SPI
|
||||
bool "Zynq SPI driver"
|
||||
depends on DM_SPI && (ARCH_ZYNQ || TARGET_XILINX_ZYNQMP)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue