diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-09-21 12:48:45 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-09-24 11:25:58 -0400 |
commit | 9ab8b4e7cacfc4a03e4f39fe8a090436ce456720 (patch) | |
tree | 54084e18badb61d78c78fb3e9662e5232f1a8b97 /drivers/dma/Makefile | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
dmaengine: idma: rename to INTEL_IDMA64
the symbol CONFIG_IDMA64 should rather be CONFIG_INTEL_IDMA64 to conform to
rest of the intel dmaengine drivers. This was found after sorting the
entries and trying to place this odd one
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index 7711a7180726..ef9c099bd2b6 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile | |||
@@ -34,7 +34,7 @@ obj-$(CONFIG_HSU_DMA) += hsu/ | |||
34 | obj-$(CONFIG_IMG_MDC_DMA) += img-mdc-dma.o | 34 | obj-$(CONFIG_IMG_MDC_DMA) += img-mdc-dma.o |
35 | obj-$(CONFIG_IMX_DMA) += imx-dma.o | 35 | obj-$(CONFIG_IMX_DMA) += imx-dma.o |
36 | obj-$(CONFIG_IMX_SDMA) += imx-sdma.o | 36 | obj-$(CONFIG_IMX_SDMA) += imx-sdma.o |
37 | obj-$(CONFIG_IDMA64) += idma64.o | 37 | obj-$(CONFIG_INTEL_IDMA64) += idma64.o |
38 | obj-$(CONFIG_INTEL_IOATDMA) += ioat/ | 38 | obj-$(CONFIG_INTEL_IOATDMA) += ioat/ |
39 | obj-$(CONFIG_INTEL_IOP_ADMA) += iop-adma.o | 39 | obj-$(CONFIG_INTEL_IOP_ADMA) += iop-adma.o |
40 | obj-$(CONFIG_INTEL_MIC_X100_DMA) += mic_x100_dma.o | 40 | obj-$(CONFIG_INTEL_MIC_X100_DMA) += mic_x100_dma.o |