summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/Kconfig
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2015-05-28 17:56:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-05-29 09:08:49 +0200
commit51de1b3c4002908b77408c95d7d8a3d165261032 (patch)
tree216d16ba6ab82af9e9adcb0f654bac9dd5fe6f19 /drivers/mtd/spi-nor/Kconfig
parent160a10252e47bf51384b317e05a69e396008fe20 (diff)
downloadbarebox-51de1b3c4002908b77408c95d7d8a3d165261032.tar.gz
barebox-51de1b3c4002908b77408c95d7d8a3d165261032.tar.xz
mtd: spi-nor: add cadence quadspi driver
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd/spi-nor/Kconfig')
-rw-r--r--drivers/mtd/spi-nor/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index 1568b2fb6d..a84591fdd1 100644
--- a/drivers/mtd/spi-nor/Kconfig
+++ b/drivers/mtd/spi-nor/Kconfig
@@ -4,3 +4,12 @@ menuconfig MTD_SPI_NOR
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_CADENCE_QUADSPI
+ tristate "Cadence Quad SPI controller"
+ help
+ This enables support for the Cadence Quad SPI controller and NOR flash.
+
+endif