Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd5c1f93 authored by Sekhar Nori's avatar Sekhar Nori Committed by Mark Brown
Browse files

spi/davinci: Don't select EDMA



There is no need to force selection of TI EDMA DMA engine
driver when DaVinci SPI driver is selected. The driver
builds just fine even with CONFIG_TI_EDMA disabled.

Forcing this selection causes warnings of the sort:

warning: (ARCH_KEYSTONE && SPI_DAVINCI) selects TI_EDMA which has unmet direct dependencies (DMADEVICES && (ARCH_DAVINCI || ARCH_OMAP || ARCH_KEYSTONE))

This reverts commit b5f14330.

Reported-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 5b3bb596
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -159,7 +159,6 @@ config SPI_DAVINCI
	tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller"
	tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller"
	depends on ARCH_DAVINCI || ARCH_KEYSTONE
	depends on ARCH_DAVINCI || ARCH_KEYSTONE
	select SPI_BITBANG
	select SPI_BITBANG
	select TI_EDMA
	help
	help
	  SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules.
	  SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules.