X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fspi%2FKconfig;h=88da9a4c8e7159b7be04e701a35708460dd9044d;hb=7155cd2e6e7824ab60fbfc755d546d45b1d15e7b;hp=f3f7dbe0897b82d204ad44b23172c5b5377ae7c1;hpb=0ff27d4a94637d4b1937c625d33212375bd118d9;p=oweals%2Fu-boot.git diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index f3f7dbe089..88da9a4c8e 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,15 +188,14 @@ 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 + bool "Soft SPI driver" + help + Enable Soft SPI driver. This driver is to use GPIO simulate + the SPI protocol. + config FSL_ESPI bool "Freescale eSPI driver" help @@ -211,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"