[PATCH] arm64: defconfig: select IMX_REMOTEPROC and RPMSG_VIRTIO

Peng Fan (OSS) posted 1 patch 2 years, 7 months ago
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
[PATCH] arm64: defconfig: select IMX_REMOTEPROC and RPMSG_VIRTIO
Posted by Peng Fan (OSS) 2 years, 7 months ago
From: Peng Fan <peng.fan@nxp.com>

i.MX8ULP relies remoteproc and rpmsg enabled to communicate with CM33
for boot purpose, because some boot related things are handled by
CM33.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index ed733ccebff9..4bfb3c717e52 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1238,6 +1238,7 @@ CONFIG_ARM_SMMU_V3=y
 CONFIG_MTK_IOMMU=y
 CONFIG_QCOM_IOMMU=y
 CONFIG_REMOTEPROC=y
+CONFIG_IMX_REMOTEPROC=y
 CONFIG_MTK_SCP=m
 CONFIG_QCOM_Q6V5_ADSP=m
 CONFIG_QCOM_Q6V5_MSS=m
@@ -1249,6 +1250,7 @@ CONFIG_RPMSG_CTRL=m
 CONFIG_RPMSG_QCOM_GLINK_RPM=y
 CONFIG_RPMSG_QCOM_GLINK_SMEM=m
 CONFIG_RPMSG_QCOM_SMD=y
+CONFIG_RPMSG_VIRTIO=y
 CONFIG_SOUNDWIRE=m
 CONFIG_SOUNDWIRE_QCOM=m
 CONFIG_OWL_PM_DOMAINS=y
-- 
2.37.1
Re: [PATCH] arm64: defconfig: select IMX_REMOTEPROC and RPMSG_VIRTIO
Posted by Shawn Guo 2 years, 6 months ago
On Sun, Jun 25, 2023 at 07:29:39PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX8ULP relies remoteproc and rpmsg enabled to communicate with CM33
> for boot purpose, because some boot related things are handled by
> CM33.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied, thanks!