ufs: renesas: Update Kconfig entry help text
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 28 Oct 2025 14:22:26 +0000 (15:22 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Tue, 28 Oct 2025 16:35:46 +0000 (17:35 +0100)
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.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Link: https://patch.msgid.link/20251028142335.18125-6-marek.vasut+renesas@mailbox.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/ufs/Kconfig

index 6b980bc..3f8d8b5 100644 (file)
@@ -71,12 +71,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