mtd: spi-nor: Allow Cadence QSPI support for ARM64
authorThor Thayer <thor.thayer@linux.intel.com>
Fri, 29 Sep 2017 16:07:49 +0000 (11:07 -0500)
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
Tue, 10 Oct 2017 16:29:08 +0000 (18:29 +0200)
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>
drivers/mtd/spi-nor/Kconfig

index 69c638d..f26aaa6 100644 (file)
@@ -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.