phy: Use _nodev naming convention if non-device clients
[oweals/u-boot.git] / drivers / spi / Kconfig
index 8588866489c7cf741e1d09fa43d483841cf07772..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
@@ -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
@@ -424,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