From 987966a5871f00df1261ff6789a389b8608559b5 Mon Sep 17 00:00:00 2001 From: Emekcan Date: Wed, 5 Oct 2022 12:50:43 +0100 Subject: [PATCH] arm-bsp/linux-yocto: update RPMSG_CTRL config for corstone1000 The rpmsg_chrdev driver has been replaced by the rpmsg_ctrl driver. This commit updates the defconfig to align with the change. Signed-off-by: Emekcan Aras Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig index 3fe7a038..f6e6409c 100644 --- a/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig +++ b/meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig @@ -97,3 +97,4 @@ CONFIG_ARM_MHU_V2=y CONFIG_RPMSG=y CONFIG_RPMSG_CHAR=y CONFIG_RPMSG_ARM=y +CONFIG_RPMSG_CTRL=y