diff options
| author | Marek Vasut <[email protected]> | 2025-10-28 15:22:26 +0100 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2025-10-28 17:35:46 +0100 |
| commit | 4ced7e726490911de9a632ea13a55b6776c2e210 (patch) | |
| tree | 9652591c7da54eea42ea95cbd9e06c6f8042d3bf | |
| parent | 067c1b03328267961816c76ff474c7312917409c (diff) | |
ufs: renesas: Update Kconfig entry help text
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 <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Neil Armstrong <[email protected]>
| -rw-r--r-- | drivers/ufs/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig index 6b980bce1e9..3f8d8b50a32 100644 --- a/drivers/ufs/Kconfig +++ b/drivers/ufs/Kconfig @@ -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 |
