diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-06-16 11:58:46 -0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2017-06-17 18:32:05 +0530 |
commit | 2446563c74f8c059fd4da4abeaa537f09033b5ec (patch) | |
tree | b6c658c6f3d275b9d7af23b5864c2621ed999564 /drivers | |
parent | d762e4f35601239cbebfbfd43d99876d8f220927 (diff) | |
download | linux-2446563c74f8c059fd4da4abeaa537f09033b5ec.tar.bz2 |
dmaengine: Kconfig: Simplify the help text for MXS_DMA
Currently the help text for the MXS_DMA option is incomplete as it does
not mention MX6SX, MX6ULL and MX7D, for example.
Instead of extending this list everytime a new SoC comes out, let's
keep the text more generic.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/dma/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index af08799a1f6d..098215806f14 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -359,8 +359,7 @@ config MXS_DMA select DMA_ENGINE help Support the MXS DMA engine. This engine including APBH-DMA - and APBX-DMA is integrated into Freescale - i.MX23/28/MX6Q/MX6DL/MX6UL chips. + and APBX-DMA is integrated into some Freescale chips. config MX3_IPU bool "MX3x Image Processing Unit support" |