From: Thor Thayer Date: Fri, 29 Sep 2017 16:07:49 +0000 (-0500) Subject: mtd: spi-nor: Allow Cadence QSPI support for ARM64 X-Git-Tag: v4.15-rc1~25^2~15^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70597eec673bad7c43b56ea23b666a951522aad1;p=thirdparty%2Flinux.git 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 Reviewed-by: Marek Vasut Signed-off-by: Cyrille Pitchen --- diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 69c638dd04848..f26aaa6d14304 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.