Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70597eec authored by Thor Thayer's avatar Thor Thayer Committed by Cyrille Pitchen
Browse files

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: default avatarThor Thayer <thor.thayer@linux.intel.com>
Reviewed-by: default avatarMarek Vasut <marek.vasut@gmail.com>
Signed-off-by: default avatarCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
parent d6084fc8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.