From b82b5f047d4dd18bf31f4c077094333645481324 Mon Sep 17 00:00:00 2001 From: Tobias Kahlki <tobias.kahlki@seco.com> Date: Fri, 28 Feb 2025 07:49:55 +0100 Subject: [PATCH] [QCOM][QCS6490] Enable RPMSG and MAILBOX in defconfig The MAILBOX and RPMSG drivers are required for the co-processor communication on the QCS6490 (more specfic the QCOM_GLINK sub-system depends on them). For whatever reasen, they have been disabled. Re-enable them since we get compile and run time errors otherwise. --- arch/arm64/configs/seco_qcs6490_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/seco_qcs6490_defconfig b/arch/arm64/configs/seco_qcs6490_defconfig index 961b562f187fc..9696593e7b728 100644 --- a/arch/arm64/configs/seco_qcs6490_defconfig +++ b/arch/arm64/configs/seco_qcs6490_defconfig @@ -895,3 +895,5 @@ CONFIG_SPI_MT65XX=y CONFIG_SPI_SPIDEV=y CONFIG_SPI_SLAVE=y +CONFIG_RPMSG=y +CONFIG_MAILBOX=y -- GitLab