diff options
author | Axel Lin <axel.lin@ingics.com> | 2016-04-29 01:38:41 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-29 13:16:25 -0400 |
commit | 83fefd2d5bec94de765305d44633c42371360a2a (patch) | |
tree | e8b861353532513fd830fb0810f33ffd29b73f05 | |
parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) |
spi: st-ssc4: Allow compile test build
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>
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 9d8c84bb1544..06190890a60e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -569,7 +569,7 @@ config SPI_SIRF | |||
569 | 569 | ||
570 | config SPI_ST_SSC4 | 570 | config SPI_ST_SSC4 |
571 | tristate "STMicroelectronics SPI SSC-based driver" | 571 | tristate "STMicroelectronics SPI SSC-based driver" |
572 | depends on ARCH_STI | 572 | depends on ARCH_STI || COMPILE_TEST |
573 | help | 573 | help |
574 | STMicroelectronics SoCs support for SPI. If you say yes to | 574 | STMicroelectronics SoCs support for SPI. If you say yes to |
575 | this option, support will be included for the SSC driven SPI. | 575 | this option, support will be included for the SSC driven SPI. |