aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2017-02-18 11:06:48 -0500
committerMark Brown <broonie@kernel.org>2017-02-19 11:11:01 -0500
commit582c97f6868cf70720a17d2421d317333f3ad597 (patch)
tree3748d1a12ad8b76d5c5fab52b872ea4906a581e2
parent17f84b793c01452e8802ef80324863b8da7d900b (diff)
spi: lantiq-ssc: activate under COMPILE_TEST
This driver should compile on all platforms, activate it under compile test. The Lantiq specific parts are under ifdef and should be removed when Lantiq platform supports common clock framework. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 1abba53c2334..5887beefab90 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -417,7 +417,7 @@ config SPI_NUC900
417 417
418config SPI_LANTIQ_SSC 418config SPI_LANTIQ_SSC
419 tristate "Lantiq SSC SPI controller" 419 tristate "Lantiq SSC SPI controller"
420 depends on LANTIQ 420 depends on LANTIQ || COMPILE_TEST
421 help 421 help
422 This driver supports the Lantiq SSC SPI controller in master 422 This driver supports the Lantiq SSC SPI controller in master
423 mode. This controller is found on Intel (former Lantiq) SoCs like 423 mode. This controller is found on Intel (former Lantiq) SoCs like