|
@@ -220,7 +220,7 @@ config SPI_FALCON
|
|
|
|
|
|
|
|
config SPI_GPIO
|
|
config SPI_GPIO
|
|
|
tristate "GPIO-based bitbanging SPI Master"
|
|
tristate "GPIO-based bitbanging SPI Master"
|
|
|
- depends on GPIOLIB
|
|
|
|
|
|
|
+ depends on GPIOLIB || COMPILE_TEST
|
|
|
select SPI_BITBANG
|
|
select SPI_BITBANG
|
|
|
help
|
|
help
|
|
|
This simple GPIO bitbanging SPI master uses the arch-neutral GPIO
|
|
This simple GPIO bitbanging SPI master uses the arch-neutral GPIO
|
|
@@ -326,7 +326,7 @@ config SPI_MESON_SPIFC
|
|
|
|
|
|
|
|
config SPI_OC_TINY
|
|
config SPI_OC_TINY
|
|
|
tristate "OpenCores tiny SPI"
|
|
tristate "OpenCores tiny SPI"
|
|
|
- depends on GPIOLIB
|
|
|
|
|
|
|
+ depends on GPIOLIB || COMPILE_TEST
|
|
|
select SPI_BITBANG
|
|
select SPI_BITBANG
|
|
|
help
|
|
help
|
|
|
This is the driver for OpenCores tiny SPI master controller.
|
|
This is the driver for OpenCores tiny SPI master controller.
|