From: Marek Vasut Date: Mon, 16 Mar 2026 00:31:33 +0000 (+0100) Subject: remoteproc: renesas: apmu: Fix typo in Kconfig symbol help text X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc417680dc77b5fc388a36327563c20c8ae8d6ae;p=thirdparty%2Fu-boot.git 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 Acked-by: Peng Fan --- 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