From patchwork Fri Sep 11 10:14:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11770147 X-Patchwork-Delegate: kieran@bingham.xyz Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3A280139F for ; Fri, 11 Sep 2020 10:14:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 25F88221EB for ; Fri, 11 Sep 2020 10:14:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725777AbgIKKOh (ORCPT ); Fri, 11 Sep 2020 06:14:37 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:59494 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725866AbgIKKOh (ORCPT ); Fri, 11 Sep 2020 06:14:37 -0400 X-IronPort-AV: E=Sophos;i="5.76,414,1592838000"; d="scan'208";a="57031556" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 11 Sep 2020 19:14:36 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id BFE3B4007548; Fri, 11 Sep 2020 19:14:34 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , =?utf-8?q?Niklas_S=C3=B6de?= =?utf-8?q?rlund?= , Mauro Carvalho Chehab , Hans Verkuil , linux-media@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Lad Prabhakar , Prabhakar Subject: [PATCH 2/2] media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config Date: Fri, 11 Sep 2020 11:14:22 +0100 Message-Id: <20200911101422.20333-3-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200911101422.20333-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20200911101422.20333-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org rcar-vin driver is also used on Renesas RZ/G{1,2} SoC's, update the same to reflect the help description for and VIDEO_RCAR_VIN config. Signed-off-by: Lad Prabhakar Reviewed-by: Chris Paterson --- drivers/media/platform/rcar-vin/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig index 2669c13a0423..030312d862e7 100644 --- a/drivers/media/platform/rcar-vin/Kconfig +++ b/drivers/media/platform/rcar-vin/Kconfig @@ -24,7 +24,7 @@ config VIDEO_RCAR_VIN select V4L2_FWNODE help Support for Renesas R-Car Video Input (VIN) driver. - Supports R-Car Gen2 and Gen3 SoCs. + Supports R-Car Gen{2,3} and RZ/G{1,2} SoCs. To compile this driver as a module, choose M here: the module will be called rcar-vin.