mtd: spi-nor: Add Freescale QuadSPI driver
[linux-2.6-microblaze.git] / drivers / mtd / spi-nor / Kconfig
1 config MTD_SPI_NOR_BASE
2         bool "the framework for SPI-NOR support"
3         depends on MTD
4         help
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.
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.