Huang Shijie | b199489 | 2014-02-24 18:37:37 +0800 | [diff] [blame] | 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. |
Huang Shijie | e46ecda | 2014-02-24 18:37:42 +0800 | [diff] [blame^] | 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. |