diff options
author | Martin Sperl <kernel@martin.sperl.org> | 2015-11-27 16:17:21 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-12-12 23:05:18 +0000 |
commit | 97896195b3f7a6bcbfd52fd920cab5a3df2c5445 (patch) | |
tree | 4480797f93f9a071e3095b1cf895dd4a3813e589 /drivers/spi/Kconfig | |
parent | 84e0c4e5e2c4ef42b9c6f6d4151973a297ee4656 (diff) |
spi: add spi-loopback-test to build framework
adding the spi-loopback-test module to Kconfig and Makefile
Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 8b9c2a38d1cc..0876d5953797 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -689,6 +689,15 @@ config SPI_SPIDEV Note that this application programming interface is EXPERIMENTAL and hence SUBJECT TO CHANGE WITHOUT NOTICE while it stabilizes. +config SPI_LOOPBACK_TEST + tristate "spi loopback test framework support" + depends on m + help + This enables the SPI loopback testing framework driver + + primarily used for development of spi_master drivers + and to detect regressions + config SPI_TLE62X0 tristate "Infineon TLE62X0 (for power switching)" depends on SYSFS |