Skip to content

Commit

Permalink
spi: xtensa-xtfpga: Enable driver compilation with COMPILE_TEST
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Mar 21, 2014
1 parent f620e4b commit be8dde4
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 @@ -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.
Expand Down

0 comments on commit be8dde4

Please sign in to comment.