]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
spi: Kconfig: Add XILINX_SPI entry
authorJagan Teki <jteki@openedev.com>
Fri, 26 Jun 2015 23:02:43 +0000 (04:32 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:33 +0000 (00:47 +0200)
Added XILINX_SPI entry on Kconfig with help description.

Signed-off-by: Jagan Teki <jteki@openedev.com>
Cc: Michal Simek <michal.simek@xilinx.com>
drivers/spi/Kconfig

index 895981efec352ef815035202b3a687a0eac23d3b..0b7915fbfd31cfbf7afe41d962be47124fe0effb 100644 (file)
@@ -57,6 +57,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)