From: Franklin S Cooper Jr Date: Thu, 7 Jul 2016 17:17:49 +0000 (-0500) Subject: spi: omap2-mcspi: Select SPI_SPLIT X-Git-Tag: v4.8-rc1~135^2~4^3~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2b32e987c48c65a1a40b3b4294435f761e063b6b;p=karo-tx-linux.git 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 Signed-off-by: Mark Brown --- 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.