RE: [PATCH] can: rcar: Update help description for CAN_RCAR config

From: Biju Das
Date: Fri Jan 01 2021 - 12:08:50 EST


Hi Prabhakar,

Thanks for the patch.

> -----Original Message-----
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
> Sent: 31 December 2020 16:00
> To: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>; Wolfgang Grandegger
> <wg@xxxxxxxxxxxxxx>; Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>; David S.
> Miller <davem@xxxxxxxxxxxxx>; Jakub Kicinski <kuba@xxxxxxxxxx>; Masahiro
> Yamada <masahiroy@xxxxxxxxxx>
> Cc: linux-can@xxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; linux-
> kernel@xxxxxxxxxxxxxxx; linux-renesas-soc@xxxxxxxxxxxxxxx; Prabhakar
> <prabhakar.csengg@xxxxxxxxx>; Prabhakar Mahadev Lad <prabhakar.mahadev-
> lad.rj@xxxxxxxxxxxxxx>
> Subject: [PATCH] can: rcar: Update help description for CAN_RCAR config
>
> The rcar_can driver supports R-Car Gen{1,2,3} and RZ/G{1,2} SoC's, update
> the description to reflect this.

Not sure we need to make it generic like dropping {1,2,3}/{1,2} and instead use R-Car and RZ/G SoC's??

Cheers,
Biju


>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx>
> ---
> drivers/net/can/rcar/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/can/rcar/Kconfig b/drivers/net/can/rcar/Kconfig
> index 8d36101b78e3..6bb0e7c052ad 100644
> --- a/drivers/net/can/rcar/Kconfig
> +++ b/drivers/net/can/rcar/Kconfig
> @@ -1,10 +1,10 @@
> # SPDX-License-Identifier: GPL-2.0
> config CAN_RCAR
> - tristate "Renesas R-Car CAN controller"
> + tristate "Renesas R-Car Gen{1,2,3} and RZ/G{1,2} CAN controller"
> depends on ARCH_RENESAS || ARM
> help
> Say Y here if you want to use CAN controller found on Renesas R-
> Car
> - SoCs.
> + Gen{1,2,3} and RZ/G{1,2} SoCs.
>
> To compile this driver as a module, choose M here: the module will
> be called rcar_can.
> --
> 2.17.1