X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=inline;f=drivers%2Fspi%2FKconfig;h=494639fb0196faf0552a529b593c5b253f059bc5;hb=e880a5e21988d8fef77b916486b26432218bb226;hp=bef864f46e5ce4e7c3ad1b98445b72e108798732;hpb=380e86f361e4e2aef83295972863654fde157560;p=u-boot diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index bef864f46e..494639fb01 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -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"