spi: st-ssc4: Allow compile test build
authorAxel Lin <axel.lin@ingics.com>
Fri, 29 Apr 2016 05:38:41 +0000 (13:38 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 29 Apr 2016 17:16:25 +0000 (18:16 +0100)
There is no build dependency for this driver, so enable COMPILE_TEST to get
better build coverage.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index 9d8c84b..0619089 100644 (file)
@@ -569,7 +569,7 @@ config SPI_SIRF
 
 config SPI_ST_SSC4
        tristate "STMicroelectronics SPI SSC-based driver"
-       depends on ARCH_STI
+       depends on ARCH_STI || COMPILE_TEST
        help
          STMicroelectronics SoCs support for SPI. If you say yes to
          this option, support will be included for the SSC driven SPI.