[v2, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi.

From: Artur Jedrysek
Date: Wed Mar 08 2017 - 03:28:26 EST


Cadence Quad SPI driver successfully runs on Xtensa CPU, and Kconfig
file is updated to indicate that.

Signed-off-by: Artur Jedrysek <jartur@xxxxxxxxxxx>
---
Changelog:
v2: This change is extracted from previous patch (updating CQSPI driver).
---
drivers/mtd/spi-nor/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index 7252087..f195749 100644
--- a/drivers/mtd/spi-nor/Kconfig
+++ b/drivers/mtd/spi-nor/Kconfig
@@ -50,7 +50,7 @@ config SPI_ATMEL_QUADSPI

config SPI_CADENCE_QUADSPI
tristate "Cadence Quad SPI controller"
- depends on OF && (ARM || COMPILE_TEST)
+ depends on OF && (ARM || XTENSA || COMPILE_TEST)
help
Enable support for the Cadence Quad SPI Flash controller.

--
2.2.2