aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2013-11-26 20:18:36 -0500
committerMark Brown <broonie@linaro.org>2013-11-27 11:34:55 -0500
commit7ad35442fc07689eea3e6357390ae7c8fd9ef53c (patch)
tree069dba10635b332542c35618778b30950b51b6ba /drivers/spi
parent3e6006e4aec37b6e0d524dad5c8f85f49f4507f5 (diff)
spi: sh-msiof: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index eb1f1ef5fa2e..51ae940adce2 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -407,7 +407,8 @@ config SPI_SC18IS602
407 407
408config SPI_SH_MSIOF 408config SPI_SH_MSIOF
409 tristate "SuperH MSIOF SPI controller" 409 tristate "SuperH MSIOF SPI controller"
410 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK 410 depends on HAVE_CLK
411 depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
411 select SPI_BITBANG 412 select SPI_BITBANG
412 help 413 help
413 SPI driver for SuperH and SH Mobile MSIOF blocks. 414 SPI driver for SuperH and SH Mobile MSIOF blocks.