diff mbox series

[1/1] arm-bsp/kernel: Update RPMSG_CTRL config

Message ID 20221005115043.48660-2-emekcan.aras@arm.com
State New
Headers show
Series arm-bsp/kernel: Update RPMSG_CTRL config | expand

Commit Message

Emekcan Aras Oct. 5, 2022, 11:50 a.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(+)

Comments

Ross Burton Oct. 5, 2022, 12:01 p.m. UTC | #1
Can you change the shortlog to be something more descriptive, such as:

"arm-bsp/linux-yocto: update RPMSG_CTRL config for corstone1000”

Ross


> On 5 Oct 2022, at 12:50, emekcan.aras@arm.com wrote:
> 
> 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 --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
> -- 
> 2.17.1
>
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