]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
spi: omap2-mcspi: Select SPI_SPLIT
authorFranklin S Cooper Jr <fcooper@ti.com>
Thu, 7 Jul 2016 17:17:49 +0000 (12:17 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 8 Jul 2016 08:47:45 +0000 (10:47 +0200)
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>
drivers/spi/Kconfig

index 4b931ec8d90b610f498a3e317e0523e9d1aa6900..d6fb8d4b778672fd006446c0eab710d35f6e6e3a 100644 (file)
@@ -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.