Skip to content

Commit

Permalink
spi: lantiq-ssc: activate under COMPILE_TEST
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hauke Mehrtens authored and Mark Brown committed Feb 19, 2017
1 parent 17f84b7 commit 582c97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 582c97f

Please sign in to comment.