blob: f8acfa4310eface5e3ae5f28e2b7b3602f931a9b [file] [log] [blame]
Brian Norris8ac326f2014-04-10 11:05:34 -07001menuconfig MTD_SPI_NOR
2 tristate "SPI-NOR device support"
Huang Shijieb1994892014-02-24 18:37:37 +08003 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.
Brian Norrise43b2062014-04-08 20:30:25 -07007
8if MTD_SPI_NOR
9
Huang Shijiee46ecda2014-02-24 18:37:42 +080010config SPI_FSL_QUADSPI
11 tristate "Freescale Quad SPI controller"
Brian Norrise43b2062014-04-08 20:30:25 -070012 depends on ARCH_MXC
Huang Shijiee46ecda2014-02-24 18:37:42 +080013 help
14 This enables support for the Quad SPI controller in master mode.
15 We only connect the NOR to this controller now.
Brian Norrise43b2062014-04-08 20:30:25 -070016
17endif # MTD_SPI_NOR