spi: cadence-qspi: Add direct mode support
[oweals/u-boot.git] / drivers / spi / Kconfig
index 7be867d5b66dc70b1858bbd39f7ce3f63114169a..4166c6104e4ce4129093247926c35cd0756ee1cf 100644 (file)
@@ -84,7 +84,8 @@ config ATMEL_SPI
 
 config BCM63XX_HSSPI
        bool "BCM63XX HSSPI driver"
-       depends on (ARCH_BMIPS || ARCH_BCM6858 || ARCH_BCM63158)
+       depends on (ARCH_BMIPS || ARCH_BCM68360 || \
+                   ARCH_BCM6858 || ARCH_BCM63158)
        help
          Enable the BCM6328 HSSPI driver. This driver can be used to
          access the SPI NOR flash on platforms embedding this Broadcom
@@ -142,7 +143,6 @@ config FSL_DSPI
 
 config ICH_SPI
        bool "Intel ICH SPI driver"
-       imply SPI_FLASH_BAR
        help
          Enable the Intel ICH SPI driver. This driver can be used to
          access the SPI NOR flash on platforms embedding this Intel
@@ -192,6 +192,13 @@ config MVEBU_A3700_SPI
          used to access the SPI NOR flash on platforms embedding this
          Marvell IP core.
 
+config NXP_FSPI
+       bool "NXP FlexSPI driver"
+       depends on SPI_MEM
+       help
+         Enable the NXP FlexSPI (FSPI) driver. This driver can be used to
+         access the SPI NOR flash on platforms embedding this NXP IP core.
+
 config PIC32_SPI
        bool "Microchip PIC32 SPI driver"
        depends on MACH_PIC32
@@ -385,6 +392,7 @@ config CF_SPI
 
 config FSL_ESPI
        bool "Freescale eSPI driver"
+       imply SPI_FLASH_BAR
        help
          Enable the Freescale eSPI driver. This driver can be used to
          access the SPI interface and SPI NOR flash on platforms embedding