]> git.baikalelectronics.ru Git - kernel.git/commit
spi/davinci: Don't select EDMA
authorSekhar Nori <nsekhar@ti.com>
Thu, 9 Jan 2014 09:55:59 +0000 (15:25 +0530)
committerMark Brown <broonie@linaro.org>
Thu, 9 Jan 2014 14:07:53 +0000 (14:07 +0000)
commitbc698ef8ed559d6ec056576ea9f08a8034f5e703
tree331cf085b8195e95c7998549c03bdb41fd26a5db
parent1f578c2e0388f3d5776d9ecfb6a3283268471c43
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 bd7375ed048cf6934316fa0db3fb93a5b0782378.

Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/Kconfig