[PATCH v1 02/15] remoteproc: Kconfig: Add mt8195 SCP dual core configuration

From: Tinghan Shen
Date: Wed Jun 01 2022 - 07:22:44 EST


MediaTek MT8195 SoC SCP is a dual-core subsystem. Add a remoteproc
configuration to enable support of the 2nd core.

Signed-off-by: Tinghan Shen <tinghan.shen@xxxxxxxxxxxx>
---
drivers/remoteproc/Kconfig | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig
index 166019786653..bb2960b4ffbd 100644
--- a/drivers/remoteproc/Kconfig
+++ b/drivers/remoteproc/Kconfig
@@ -64,6 +64,16 @@ config MTK_SCP

It's safe to say N here.

+config MTK_SCP_DUALCORE
+ tristate "MediaTek SCP dual-core support"
+ depends on ARCH_MEDIATEK || COMPILE_TEST
+ depends on MTK_SCP
+ help
+ Say y here to support bring up the 2nd core of the dual-core version of
+ MediaTek's SCP via the remote processor framework.
+
+ It's safe to say N here.
+
config OMAP_REMOTEPROC
tristate "OMAP remoteproc support"
depends on ARCH_OMAP4 || SOC_OMAP5 || SOC_DRA7XX
--
2.18.0