nds32: spi: Support spi dm driver.
[oweals/u-boot.git] / drivers / spi / Kconfig
index bef864f46e5ce4e7c3ad1b98445b72e108798732..88da9a4c8e7159b7be04e701a35708460dd9044d 100644 (file)
@@ -37,8 +37,8 @@ config ATMEL_SPI
        depends on ARCH_AT91
        help
          This enables driver for the Atmel SPI Controller, present on
-         many AT32 (AVR32) and AT91 (ARM) chips. This driver can be
-         used to access the SPI Flash, such as AT25DF321.
+         many AT91 (ARM) chips. This driver can be used to access
+         the SPI Flash, such as AT25DF321.
 
 config CADENCE_QSPI
        bool "Cadence QSPI driver"
@@ -188,13 +188,6 @@ config ZYNQ_QSPI
          Zynq QSPI IP core. This IP is used to connect the flash in
          4-bit qspi, 8-bit dual stacked and shared 4-bit dual parallel.
 
-config OMAP3_SPI
-       bool "McSPI driver for OMAP"
-       help
-         SPI master controller for OMAP24XX and later Multichannel SPI
-         (McSPI). This driver be used to access SPI chips on platforms
-         embedding this OMAP3 McSPI IP core.
-
 endif # if DM_SPI
 
 config SOFT_SPI
@@ -217,10 +210,30 @@ config FSL_QSPI
          used to access the SPI NOR flash on platforms embedding this
          Freescale IP core.
 
+config NDS_AE3XX_SPI
+       bool "Andestech AE3XX SPI driver"
+       help
+         Enable the Andestech AE3XX SPI driver. This driver can be
+         used to access the SPI flash on platforms embedding this
+         Andestech IP core.
+
 config TI_QSPI
        bool "TI QSPI driver"
        help
          Enable the TI Quad-SPI (QSPI) driver for DRA7xx and AM43xx evms.
          This driver support spi flash single, quad and memory reads.
 
+config MPC8XX_SPI
+       bool "MPC8XX SPI Driver"
+       depends on 8xx
+       help
+         Enable support for SPI on MPC8XX
+
+config OMAP3_SPI
+       bool "McSPI driver for OMAP"
+       help
+         SPI master controller for OMAP24XX and later Multichannel SPI
+         (McSPI). This driver be used to access SPI chips on platforms
+         embedding this OMAP3 McSPI IP core.
+
 endmenu # menu "SPI Support"