mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage. Signed-off-by: Axel Lin <axel.lin@ingics.com> Reviewed-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
f620e4b816
commit
be8dde4675
@ -522,7 +522,7 @@ config SPI_XILINX
|
|||||||
|
|
||||||
config SPI_XTENSA_XTFPGA
|
config SPI_XTENSA_XTFPGA
|
||||||
tristate "Xtensa SPI controller for xtfpga"
|
tristate "Xtensa SPI controller for xtfpga"
|
||||||
depends on XTENSA && XTENSA_PLATFORM_XTFPGA
|
depends on (XTENSA && XTENSA_PLATFORM_XTFPGA) || COMPILE_TEST
|
||||||
select SPI_BITBANG
|
select SPI_BITBANG
|
||||||
help
|
help
|
||||||
SPI driver for xtfpga SPI master controller.
|
SPI driver for xtfpga SPI master controller.
|
||||||
|
Loading…
Reference in New Issue
Block a user