Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp3841901pxk; Tue, 8 Sep 2020 04:08:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyTEGc5yi2U6qNO3u/fXcVM0HIzqUz43eAxZ7GKlbb3kaLQ5HAY9pwTYIVcAcKKsHe3HSdt X-Received: by 2002:a05:6402:1558:: with SMTP id p24mr25583056edx.194.1599563318452; Tue, 08 Sep 2020 04:08:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599563318; cv=none; d=google.com; s=arc-20160816; b=AwDMC9tyDI+5VV67jxPL9YYCH8jos392ARKflwmweRL5tVTHI7s39YZqzw7Jf9hk/I djZKag43MOiG4jFxXWNCNDLSto1huu2btUAMi5wnIaVEuds65zhb5Epscdgg25UXWd4S rrb82YfPEx1sNQX0ovM7kIV3ikff80dt61SMaiTxC6+sHWoCo6fZFpCHneqS8cmjT6Hp AB9uiBILNm4BDidW8gAeMI9XVUievYiYtzSqjAJZ46THCo/QxIWfFQdoDBX/OkkUZQSA LBgW4C/FIbfW4KrSs0HTBo1MbMdvmW08uIBJRWVH0CM1rjECM54mojoERFRv+B/kNsil vIqQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=z0RaYnjM5FrJ3kGCXCa8Yc/MR1e5AgCCicQLiwcvjQk=; b=okm9nUSa7gFNhoFo7l+2c2H5nnYMLM9sDS8tTKD8sa6kltokNXc4aTFesiTl6qpgzW 3MMdbyi/u3sLWusSPhfT+kVQTluhlbIto1wW4vp6MZWjFhvpqejSNOTokkMWUVYZuUMJ QJjLKno0aTe/U6NnIvcbFqJKcDFJiK6thmCGWHRuIIgkMeSVMsfaaiDQMt70Qph3LI+h B5Od53M/sq2Pd/H/MaXGFBegsFO7/2NaBRn0qtG0BUAuj0S8wLuxONRcxSvdTppIYFXu h1hZkFGmwEKmPmd/x8g6pZECnY6Aw5JHMgTyJxT1apeB4GTtW6PJuVUPjMQATly3klYb kr7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c61si11580655edf.394.2020.09.08.04.08.16; Tue, 08 Sep 2020 04:08:38 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729259AbgIHLHc (ORCPT + 99 others); Tue, 8 Sep 2020 07:07:32 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:38299 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729646AbgIHLGu (ORCPT ); Tue, 8 Sep 2020 07:06:50 -0400 X-IronPort-AV: E=Sophos;i="5.76,405,1592838000"; d="scan'208";a="56675400" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 08 Sep 2020 20:06:48 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 74377423AE53; Tue, 8 Sep 2020 20:06:46 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Dan Williams , Vinod Koul , dmaengine@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Lad Prabhakar , Prabhakar Subject: [PATCH] dmaengine: Kconfig: Update description for RCAR_DMAC config Date: Tue, 8 Sep 2020 12:06:40 +0100 Message-Id: <20200908110640.5003-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org rcar-dmac driver is used on Renesas R-Car Gen2 and Gen3 devices update the same to reflect the description for RCAR_DMAC config. Signed-off-by: Lad Prabhakar --- drivers/dma/sh/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index 54d5d0369d3c..5e8a8e122996 100644 --- a/drivers/dma/sh/Kconfig +++ b/drivers/dma/sh/Kconfig @@ -32,12 +32,12 @@ config SH_DMAE Enable support for the Renesas SuperH DMA controllers. config RCAR_DMAC - tristate "Renesas R-Car Gen2 DMA Controller" + tristate "Renesas R-Car Gen2/Gen3 DMA Controller" depends on ARCH_RENESAS || COMPILE_TEST select RENESAS_DMA help This driver supports the general purpose DMA controller found in the - Renesas R-Car second generation SoCs. + Renesas R-Car second and third generation SoCs. config RENESAS_USB_DMAC tristate "Renesas USB-DMA Controller" -- 2.17.1