]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/Kconfig
am335x-fb: cosmetic: update-copyright
[u-boot] / drivers / spi / Kconfig
index bef864f46e5ce4e7c3ad1b98445b72e108798732..494639fb0196faf0552a529b593c5b253f059bc5 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 ATCSPI200_SPI
+       bool "Andestech ATCSPI200 SPI driver"
+       help
+         Enable the Andestech ATCSPI200 SPI driver. This driver can be
+         used to access the SPI flash on AE3XX and AE250 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"