diff mbox series

[1/1] arm-bsp/linux-yocto: Update RPMSG_CTRL config for corstone1000

Message ID 20221005131317.48830-3-emekcan.aras@arm.com
State New
Headers show
Series [1/1] arm-bsp/linux-yocto: Update RPMSG_CTRL config for corstone1000 | expand

Commit Message

Emekcan Aras Oct. 5, 2022, 1:13 p.m. UTC
From: Emekcan <emekcan.aras@arm.com>

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 <emekcan.aras@arm.com>
---
 meta-arm-bsp/recipes-kernel/linux/files/corstone1000/defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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