]> Git Repo - linux.git/commitdiff
spi: lantiq-ssc: activate under COMPILE_TEST
authorHauke Mehrtens <[email protected]>
Sat, 18 Feb 2017 16:06:48 +0000 (17:06 +0100)
committerMark Brown <[email protected]>
Sun, 19 Feb 2017 16:11:01 +0000 (16:11 +0000)
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/Kconfig

index 1abba53c2334d42f9911903132b21fc19df5fde2..5887beefab90a5b73f7819b0fc02a89fd9fdfa77 100644 (file)
@@ -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
This page took 0.05977 seconds and 4 git commands to generate.