mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
e43b20619b
Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de> Acked-by: Huang Shijie <b32955@freescale.com>
18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
config MTD_SPI_NOR
|
|
bool "SPI-NOR device support"
|
|
depends on MTD
|
|
help
|
|
This is the framework for the SPI NOR which can be used by the SPI
|
|
device drivers and the SPI-NOR device driver.
|
|
|
|
if MTD_SPI_NOR
|
|
|
|
config SPI_FSL_QUADSPI
|
|
tristate "Freescale Quad SPI controller"
|
|
depends on ARCH_MXC
|
|
help
|
|
This enables support for the Quad SPI controller in master mode.
|
|
We only connect the NOR to this controller now.
|
|
|
|
endif # MTD_SPI_NOR
|