diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-02-18 17:06:48 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-02-19 16:11:01 +0000 |
commit | 582c97f6868cf70720a17d2421d317333f3ad597 (patch) | |
tree | 3748d1a12ad8b76d5c5fab52b872ea4906a581e2 /drivers/spi | |
parent | 17f84b793c01452e8802ef80324863b8da7d900b (diff) | |
download | talos-op-linux-582c97f6868cf70720a17d2421d317333f3ad597.tar.gz talos-op-linux-582c97f6868cf70720a17d2421d317333f3ad597.zip |
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>
Diffstat (limited to 'drivers/spi')
-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 1abba53c2334..5887beefab90 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -417,7 +417,7 @@ config SPI_NUC900 config SPI_LANTIQ_SSC tristate "Lantiq SSC SPI controller" - depends on LANTIQ + depends on LANTIQ || COMPILE_TEST help This driver supports the Lantiq SSC SPI controller in master mode. This controller is found on Intel (former Lantiq) SoCs like |