Commit be8dde46 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown

spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST

This helps increasing build testing coverage.
Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Reviewed-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent f620e4b8
......@@ -522,7 +522,7 @@ config SPI_XILINX
config SPI_XTENSA_XTFPGA
tristate "Xtensa SPI controller for xtfpga"
depends on XTENSA && XTENSA_PLATFORM_XTFPGA
depends on (XTENSA && XTENSA_PLATFORM_XTFPGA) || COMPILE_TEST
select SPI_BITBANG
help
SPI driver for xtfpga SPI master controller.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment