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@xxxxxxxxxx> --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 59db5ac02d41..e00815cb5f5b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -418,7 +418,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 -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html