aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
diff options
context:
space:
mode:
authorThor Thayer <thor.thayer@linux.intel.com>2017-09-29 11:07:49 -0500
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>2017-10-10 18:29:08 +0200
commit70597eec673bad7c43b56ea23b666a951522aad1 (patch)
tree16b99f51ac19e649b436997791701ae9a5ab71df /drivers/mtd/spi-nor
parentmtd: spi-nor: Add spi-nor mtd resume handler (diff)
downloadlinux-dev-70597eec673bad7c43b56ea23b666a951522aad1.tar.xz
linux-dev-70597eec673bad7c43b56ea23b666a951522aad1.zip
mtd: spi-nor: Allow Cadence QSPI support for ARM64
Allow ARM64 support for the Cadence QSPI interface by adding ARM64 as a dependency. Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com> Reviewed-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Diffstat (limited to 'drivers/mtd/spi-nor')
-rw-r--r--drivers/mtd/spi-nor/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig
index 69c638dd0484..f26aaa6d1430 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 || ARM64 || COMPILE_TEST)
help
Enable support for the Cadence Quad SPI Flash controller.