Message ID | 20230420090222.10206-1-hnagalla@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v2] arm64: defconfig: enable TI OMAP2 mailbox and K3 remote proc drivers | expand |
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
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 <hnagalla@ti.com> --- Changes in v2: - Coalesced the mailbox and remote proc enable defconfig patches into one. link: https://lore.kernel.org/all/f4514baa-d92d-c421-b13a-b30c7023108e@ti.com/#r arch/arm64/configs/defconfig | 3 +++ 1 file changed, 3 insertions(+)