Skip to content

Commit

Permalink
spi: omap2-mcspi: Select SPI_SPLIT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Franklin S Cooper Jr authored and Mark Brown committed Jul 8, 2016
1 parent 4bd0041 commit 2b32e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2b32e98

Please sign in to comment.