Skip to content
Snippets Groups Projects
Commit 7ad35442 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mark Brown
Browse files

spi: sh-msiof: Enable driver compilation with COMPILE_TEST


This helps increasing build testing coverage.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 3e6006e4
No related branches found
No related tags found
No related merge requests found
...@@ -407,7 +407,8 @@ config SPI_SC18IS602 ...@@ -407,7 +407,8 @@ config SPI_SC18IS602
config SPI_SH_MSIOF config SPI_SH_MSIOF
tristate "SuperH MSIOF SPI controller" tristate "SuperH MSIOF SPI controller"
depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK depends on HAVE_CLK
depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
select SPI_BITBANG select SPI_BITBANG
help help
SPI driver for SuperH and SH Mobile MSIOF blocks. SPI driver for SuperH and SH Mobile MSIOF blocks.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment