diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-09-21 18:48:45 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-09-24 17:25:58 +0200 |
commit | 9ab8b4e7cacfc4a03e4f39fe8a090436ce456720 (patch) | |
tree | 54084e18badb61d78c78fb3e9662e5232f1a8b97 /drivers/dma/Kconfig | |
parent | Linux 4.3-rc1 (diff) | |
download | linux-9ab8b4e7cacfc4a03e4f39fe8a090436ce456720.tar.xz linux-9ab8b4e7cacfc4a03e4f39fe8a090436ce456720.zip |
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/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index b4584757dae0..5c931d45fdca 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -229,7 +229,7 @@ config IMX_SDMA Support the i.MX SDMA engine. This engine is integrated into Freescale i.MX25/31/35/51/53/6 chips. -config IDMA64 +config INTEL_IDMA64 tristate "Intel integrated DMA 64-bit support" select DMA_ENGINE select DMA_VIRTUAL_CHANNELS |