2023-04-20 09:09:54

by Hari Nagalla

[permalink] [raw]
Subject: [PATCH v2] arm64: defconfig: enable TI OMAP2 mailbox and K3 remote proc drivers

Enable TI OMAP2 mailbox driver. This driver is used in TI K3 platforms
as well for communications with remote processors. Also enable Cortex R5
and TI DSP (C66x,C71x) remote proc drivers as modules for K3 platforms.

Signed-off-by: Hari Nagalla <[email protected]>
---
Changes in v2:
- Coalesced the mailbox and remote proc enable defconfig patches
into one.
link: https://lore.kernel.org/all/[email protected]/#r

arch/arm64/configs/defconfig | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 7790ee42c68a..d8e0ae85485f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1161,6 +1161,7 @@ CONFIG_TEGRA186_TIMER=y
CONFIG_RENESAS_OSTM=y
CONFIG_ARM_MHU=y
CONFIG_IMX_MBOX=y
+CONFIG_OMAP2PLUS_MBOX=m
CONFIG_PLATFORM_MHU=y
CONFIG_BCM2835_MBOX=y
CONFIG_QCOM_APCS_IPC=y
@@ -1172,6 +1173,8 @@ CONFIG_ARM_SMMU_V3=y
CONFIG_MTK_IOMMU=y
CONFIG_QCOM_IOMMU=y
CONFIG_REMOTEPROC=y
+CONFIG_TI_K3_R5_REMOTEPROC=m
+CONFIG_TI_K3_DSP_REMOTEPROC=m
CONFIG_MTK_SCP=m
CONFIG_QCOM_Q6V5_ADSP=m
CONFIG_QCOM_Q6V5_MSS=m
--
2.34.1