spi: sh-msiof: Enable driver compilation with COMPILE_TEST
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 27 Nov 2013 01:18:36 +0000 (02:18 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 27 Nov 2013 16:34:55 +0000 (16:34 +0000)
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>
drivers/spi/Kconfig

index eb1f1ef5fa2eb69db729b6061b2d96c85aaf968b..51ae940adce2bc01a401e56b53f82ea62bb7ebe0 100644 (file)
@@ -407,7 +407,8 @@ config SPI_SC18IS602
 
 config SPI_SH_MSIOF
        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
        help
          SPI driver for SuperH and SH Mobile MSIOF blocks.
This page took 0.028161 seconds and 5 git commands to generate.