diff options
author | Franklin S Cooper Jr <fcooper@ti.com> | 2016-07-07 12:17:49 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-08 10:47:45 +0200 |
commit | 2b32e987c48c65a1a40b3b4294435f761e063b6b (patch) | |
tree | 5b16f86a1407273093958c6adc6d33df9403d776 /drivers/spi | |
parent | 4bd00413cde851d84b297c1b0dae15109025e84b (diff) |
spi: omap2-mcspi: Select SPI_SPLIT
The function sg_split will be used by spi-omap2-mcspi to handle a SoC
workaround in the SPI driver. Therefore, select SG_SPLIT so this function
is available to the driver.
Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4b931ec8d90b..d6fb8d4b7786 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -411,6 +411,7 @@ config SPI_OMAP24XX tristate "McSPI driver for OMAP" depends on HAS_DMA depends on ARCH_OMAP2PLUS || COMPILE_TEST + select SG_SPLIT help SPI master controller for OMAP24XX and later Multichannel SPI (McSPI) modules. |