]> Git Repo - linux.git/blob - drivers/mtd/spi-nor/Kconfig
selinux: Remove security_ops extern
[linux.git] / drivers / mtd / spi-nor / Kconfig
1 menuconfig MTD_SPI_NOR
2         tristate "SPI-NOR device 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.
7
8 if MTD_SPI_NOR
9
10 config SPI_FSL_QUADSPI
11         tristate "Freescale Quad SPI controller"
12         depends on ARCH_MXC
13         help
14           This enables support for the Quad SPI controller in master mode.
15           We only connect the NOR to this controller now.
16
17 endif # MTD_SPI_NOR
This page took 0.036595 seconds and 4 git commands to generate.