diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-03-09 14:48:51 (GMT) |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-17 12:31:33 (GMT) |
commit | 36111da7838e186069ed1ec4fe2fe7510e81da55 (patch) | |
tree | fad078b837f56da6f993d56bc0c6a632ee05ee53 /drivers/dma/Kconfig | |
parent | dd11444327ce0fd549cce552b04aa441688ef2d3 (diff) | |
download | linux-36111da7838e186069ed1ec4fe2fe7510e81da55.tar.xz |
dmaengine: intel-mid-dma: remove the driver
Since the last and the only user of this driver is converted to use dw_dmac we
can remove driver from the tree.
Moreover, besides the driver is unmaintained a long time, it serves for the
DesignWare DMA IP, for which we have already driver in the tree.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index a874b6e..942ca54 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -51,19 +51,6 @@ config INTEL_MIC_X100_DMA OS and tools for MIC to use with this driver are available from <http://software.intel.com/en-us/mic-developer>. -config INTEL_MID_DMAC - tristate "Intel MID DMA support for Peripheral DMA controllers" - depends on PCI && X86 - select DMA_ENGINE - default n - help - Enable support for the Intel(R) MID DMA engine present - in Intel MID chipsets. - - Say Y here if you have such a chipset. - - If unsure, say N. - config ASYNC_TX_ENABLE_CHANNEL_SWITCH bool |