diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2016-12-15 22:03:35 +0800 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-01-02 10:53:48 +0530 |
commit | 253f9f4412e0113fd83471e9a3b1aa9f85ce87c3 (patch) | |
tree | c1a96b7b808c84b5ff70827441f8adfec766ca23 /drivers/dma/Kconfig | |
parent | 0c744ea4f77d72b3dcebb7a8f2684633ec79be88 (diff) | |
download | linux-253f9f4412e0113fd83471e9a3b1aa9f85ce87c3.tar.gz linux-253f9f4412e0113fd83471e9a3b1aa9f85ce87c3.tar.bz2 linux-253f9f4412e0113fd83471e9a3b1aa9f85ce87c3.zip |
dmaengine: zx: rename zx296702_dma.c to zx_dma.c
ZTE ZX dma driver is not ZX296702 specific. It works for not only
ZX296702 but also other ZTE ZX family platforms like ZX296718. Let's
rename the file to reflect that.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Jun Nie <jun.nie@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 263495d0adbd..eab7e12ee4a6 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -571,12 +571,12 @@ config XILINX_ZYNQMP_DMA Enable support for Xilinx ZynqMP DMA controller. config ZX_DMA - tristate "ZTE ZX296702 DMA support" + tristate "ZTE ZX DMA support" depends on ARCH_ZX || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help - Support the DMA engine for ZTE ZX296702 platform devices. + Support the DMA engine for ZTE ZX family platform devices. # driver files |