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

Commit d26a22d0 authored by Brian Norris's avatar Brian Norris
Browse files

mtd: fsl-quadspi: allow building for other ARCHes with COMPILE_TEST



This driver doesn't actually need ARCH_MXC to compile. Relax the
constraints.

Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Acked-by: default avatarHan xu <han.xu@freescale.com>
parent a5c603a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,8 @@ config MTD_SPI_NOR_USE_4K_SECTORS


config SPI_FSL_QUADSPI
config SPI_FSL_QUADSPI
	tristate "Freescale Quad SPI controller"
	tristate "Freescale Quad SPI controller"
	depends on ARCH_MXC
	depends on ARCH_MXC || COMPILE_TEST
	depends on HAS_IOMEM
	help
	help
	  This enables support for the Quad SPI controller in master mode.
	  This enables support for the Quad SPI controller in master mode.
	  This controller does not support generic SPI. It only supports
	  This controller does not support generic SPI. It only supports