blob: 64cfc39ad17ed817d4da9338ef0a53c571a2bca1 [file] [log] [blame]
Huang Shijieb1994892014-02-24 18:37:37 +08001config 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.
Huang Shijiee46ecda2014-02-24 18:37:42 +08007config 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.