Message ID | 20170218160648.16251-1-hauke@hauke-m.de (mailing list archive) |
---|---|
State | Accepted |
Commit | 582c97f6868cf70720a17d2421d317333f3ad597 |
Headers | show |
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
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> --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)