diff options
author | Mark Brown <broonie@kernel.org> | 2016-02-09 19:20:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-02-09 19:20:39 +0100 |
commit | fcdcc79628a1919bde9acf239e364f65bab6327c (patch) | |
tree | 5499be387cf3028c90ac083b1cf866ebed7bf7e0 /drivers/spi/Kconfig | |
parent | spi: pxa2xx: Fix too early chipselect deassert (diff) | |
parent | spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select (diff) | |
download | linux-fcdcc79628a1919bde9acf239e364f65bab6327c.tar.xz linux-fcdcc79628a1919bde9acf239e364f65bab6327c.zip |
Merge branch 'topic/acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-pxa2xx
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c0604aecf45f..1b959eb7098b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -581,7 +581,7 @@ config SPI_TEGRA20_SLINK config SPI_TOPCLIFF_PCH tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) SPI" - depends on PCI && (X86_32 || COMPILE_TEST) + depends on PCI && (X86_32 || MIPS || COMPILE_TEST) help SPI driver for the Topcliff PCH (Platform Controller Hub) SPI bus used in some x86 embedded processors. @@ -685,6 +685,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 |