From: Laurent Pinchart Date: Wed, 27 Nov 2013 01:18:36 +0000 (+0100) Subject: spi: sh-msiof: Enable driver compilation with COMPILE_TEST X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=7ad35442fc07689eea3e6357390ae7c8fd9ef53c;p=deliverable%2Flinux.git spi: sh-msiof: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. Signed-off-by: Laurent Pinchart Acked-by: Simon Horman Signed-off-by: Mark Brown --- 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 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.