OSDN Git Service

dmaengine: Kconfig: Simplify the help text for MXS_DMA
authorFabio Estevam <fabio.estevam@nxp.com>
Fri, 16 Jun 2017 14:58:46 +0000 (11:58 -0300)
committerVinod Koul <vinod.koul@intel.com>
Sat, 17 Jun 2017 13:02:05 +0000 (18:32 +0530)
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>
drivers/dma/Kconfig

index af08799..0982158 100644 (file)
@@ -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"