[PATCH 5/6] ufs: renesas: Update Kconfig entry help text

Neil Armstrong neil.armstrong at linaro.org
Tue Oct 28 09:15:35 CET 2025


On 10/27/25 18:06, Marek Vasut wrote:
> The current Renesas UFS driver contains initialization code
> that is specific to R-Car S4 R8A779F0. The upcoming R-Car X5H
> initialization code is different and contained in a separate
> driver. Update the Kconfig entry help text for the current
> driver to help discern it from the X5H driver. No functional
> change.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
> ---
> Cc: Bhupesh Sharma <bhupesh.linux at gmail.com>
> Cc: Casey Connolly <casey.connolly at linaro.org>
> Cc: Michal Simek <michal.simek at amd.com>
> Cc: Neha Malcom Francis <n-francis at ti.com>
> Cc: Neil Armstrong <neil.armstrong at linaro.org>
> Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
> Cc: Sumit Garg <sumit.garg at kernel.org>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Tuyen Dang <tuyen.dang.xa at renesas.com>
> Cc: Venkatesh Yadav Abbarapu <venkatesh.abbarapu at amd.com>
> Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh at renesas.com>
> Cc: u-boot-qcom at groups.io
> Cc: u-boot at lists.denx.de
> ---
>   drivers/ufs/Kconfig | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig
> index b466374fe40..4c6b08ad31c 100644
> --- a/drivers/ufs/Kconfig
> +++ b/drivers/ufs/Kconfig
> @@ -48,12 +48,12 @@ config UFS_PCI
>   	  If unsure, say N.
>   
>   config UFS_RENESAS
> -	bool "Renesas specific hooks to UFS controller platform driver"
> +	bool "Renesas R-Car S4 UFS Controller support"
>   	depends on UFS
>   	select BOUNCE_BUFFER
>   	help
> -	  This selects the Renesas specific additions to UFSHCD platform driver.
> -	  UFS host on Renesas needs some vendor specific configuration before
> -	  accessing the hardware.
> +	  This selects the Renesas S4 specific additions to UFSHCD
> +	  platform driver. UFS host on Renesas needs some vendor
> +	  specific configuration before accessing the hardware.
>   
>   endmenu

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list