blob: d682fb440e06fc9ee920c85a212fcc17ad748650 [file] [log] [blame]
Brian Norrise43b2062014-04-08 20:30:25 -07001config MTD_SPI_NOR
2 bool "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