gentle ping...

On 09/29/2017 11:07 AM, [email protected] wrote:
From: Thor Thayer <[email protected]>

Allow ARM64 support for the Cadence QSPI interface by
adding ARM64 as a dependency.

Signed-off-by: Thor Thayer <[email protected]>
---
  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 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.

Reply via email to