diff options
Diffstat (limited to 'drivers/mtd/spi-nor/Kconfig')
-rw-r--r-- | drivers/mtd/spi-nor/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 41591af67aca..64cfc39ad17e 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig | |||
@@ -4,3 +4,9 @@ config MTD_SPI_NOR_BASE | |||
4 | help | 4 | help |
5 | This is the framework for the SPI NOR which can be used by the SPI | 5 | This is the framework for the SPI NOR which can be used by the SPI |
6 | device drivers and the SPI-NOR device driver. | 6 | device drivers and the SPI-NOR device driver. |
7 | config SPI_FSL_QUADSPI | ||
8 | tristate "Freescale Quad SPI controller" | ||
9 | depends on ARCH_MXC && MTD_SPI_NOR_BASE | ||
10 | help | ||
11 | This enables support for the Quad SPI controller in master mode. | ||
12 | We only connect the NOR to this controller now. | ||