phy: Use _nodev naming convention if non-device clients
[oweals/u-boot.git] / drivers / spi / Kconfig
index fae2040af8e39e054793e6397407a4911ed05032..dccd5ea0d9a8936cae152975ab340d377bf1914f 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
@@ -191,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
@@ -423,12 +431,6 @@ config KIRKWOOD_SPI
          Enable support for SPI on various Marvell SoCs, such as
          Kirkwood and Armada 375.
 
-config LPC32XX_SSP
-       bool "LPC32XX SPI Driver"
-       depends on DEPRECATED
-       help
-         Enable support for SPI on LPC32xx
-
 config MXC_SPI
        bool "MXC SPI Driver"
        help