diff mbox

dmaengine: Kconfig: Simplify the help text for MXS_DMA

Message ID 1497625126-9114-1-git-send-email-festevam@gmail.com (mailing list archive)
State Accepted
Headers show

Commit Message

Fabio Estevam June 16, 2017, 2:58 p.m. UTC
From: Fabio Estevam <fabio.estevam@nxp.com>

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>
---
 drivers/dma/Kconfig | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Vinod Koul June 17, 2017, 1:03 p.m. UTC | #1
On Fri, Jun 16, 2017 at 11:58:46AM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> 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.

Applied, thanks
diff mbox

Patch

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index b6ccb4e..fa8f9c0 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -376,8 +376,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"