diff options
| author | Marek Vasut <[email protected]> | 2026-03-16 01:31:33 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2026-04-08 19:36:28 +0200 |
| commit | cc417680dc77b5fc388a36327563c20c8ae8d6ae (patch) | |
| tree | aa97a169c1d425388eedf90626fb88c16605e52d /drivers/remoteproc/Kconfig | |
| parent | 2b6d6a5ffc91897f87b08d40ca6a38031b56e4a1 (diff) | |
remoteproc: renesas: apmu: Fix typo in Kconfig symbol help text
Fix typo in Kconfig symbol help text, change incorrect A52 to correct R52.
No functional change.
Signed-off-by: Marek Vasut <[email protected]>
Acked-by: Peng Fan <[email protected]>
Diffstat (limited to 'drivers/remoteproc/Kconfig')
| -rw-r--r-- | drivers/remoteproc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index 8056f210abc..f07ae903a28 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -45,7 +45,7 @@ config REMOTEPROC_RENESAS_APMU select REMOTEPROC depends on ARCH_RENESAS && RCAR_GEN4 && DM && OF_CONTROL help - Say 'y' here to add support for Renesas R-Car Gen4 Cortex-A52 + Say 'y' here to add support for Renesas R-Car Gen4 Cortex-R52 processor via the remoteproc framework. config REMOTEPROC_SANDBOX |
