diff options
author | Sekhar Nori <nsekhar@ti.com> | 2014-01-09 04:55:59 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-01-09 09:07:53 -0500 |
commit | dd5c1f936ad472c9a7f18c82f282916a58084e20 (patch) | |
tree | 331cf085b8195e95c7998549c03bdb41fd26a5db /drivers/spi/Kconfig | |
parent | 5b3bb5963ff23a344062aba04937533a6f575761 (diff) |
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 b5f14330590118e6a0659255476c0f24ab681e05.
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>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index eb1f1ef5fa2e..58bcff079cb8 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -159,7 +159,6 @@ config SPI_DAVINCI | |||
159 | tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller" | 159 | tristate "Texas Instruments DaVinci/DA8x/OMAP-L/AM1x SoC SPI controller" |
160 | depends on ARCH_DAVINCI || ARCH_KEYSTONE | 160 | depends on ARCH_DAVINCI || ARCH_KEYSTONE |
161 | select SPI_BITBANG | 161 | select SPI_BITBANG |
162 | select TI_EDMA | ||
163 | help | 162 | help |
164 | SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules. | 163 | SPI master controller for DaVinci/DA8x/OMAP-L/AM1x SPI modules. |
165 | 164 | ||