Brian Norris | e43b206 | 2014-04-08 20:30:25 -0700 | [diff] [blame^] | 1 | config MTD_SPI_NOR |
| 2 | bool "SPI-NOR device support" |
Huang Shijie | b199489 | 2014-02-24 18:37:37 +0800 | [diff] [blame] | 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. |
Brian Norris | e43b206 | 2014-04-08 20:30:25 -0700 | [diff] [blame^] | 7 | |
| 8 | if MTD_SPI_NOR |
| 9 | |
Huang Shijie | e46ecda | 2014-02-24 18:37:42 +0800 | [diff] [blame] | 10 | config SPI_FSL_QUADSPI |
| 11 | tristate "Freescale Quad SPI controller" |
Brian Norris | e43b206 | 2014-04-08 20:30:25 -0700 | [diff] [blame^] | 12 | depends on ARCH_MXC |
Huang Shijie | e46ecda | 2014-02-24 18:37:42 +0800 | [diff] [blame] | 13 | help |
| 14 | This enables support for the Quad SPI controller in master mode. |
| 15 | We only connect the NOR to this controller now. |
Brian Norris | e43b206 | 2014-04-08 20:30:25 -0700 | [diff] [blame^] | 16 | |
| 17 | endif # MTD_SPI_NOR |