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

Commit ddd0503e authored by Brian Norris's avatar Brian Norris Committed by Cyrille Pitchen
Browse files

mtd: spi-nor: stm32-quadspi: allow building with COMPILE_TEST



Cc: Ludovic Barre <ludovic.barre@st.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Signed-off-by: default avatarCyrille Pitchen <cyrille.pitchen@wedev4u.fr>
parent ecca81f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,7 @@ config SPI_INTEL_SPI_PLATFORM


config SPI_STM32_QUADSPI
config SPI_STM32_QUADSPI
	tristate "STM32 Quad SPI controller"
	tristate "STM32 Quad SPI controller"
	depends on ARCH_STM32
	depends on ARCH_STM32 || COMPILE_TEST
	help
	help
	  This enables support for the STM32 Quad SPI controller.
	  This enables support for the STM32 Quad SPI controller.
	  We only connect the NOR to this controller.
	  We only connect the NOR to this controller.