Skip to content

Commit ac0280a

Browse files
arnopopalmer-dabbelt
authored andcommitted
RISC-V: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
In the commit 617d329 ("rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl"), we split the rpmsg_char driver in two. By default give everyone who had the old driver enabled the rpmsg_ctrl driver too. Signed-off-by: Arnaud Pouliquen <[email protected]> Reviewed-by: Anup Patel <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Mathieu Poirier <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 8ec1442 commit ac0280a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/riscv/configs/defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ CONFIG_VIRTIO_BALLOON=y
101101
CONFIG_VIRTIO_INPUT=y
102102
CONFIG_VIRTIO_MMIO=y
103103
CONFIG_RPMSG_CHAR=y
104+
CONFIG_RPMSG_CTRL=y
104105
CONFIG_RPMSG_VIRTIO=y
105106
CONFIG_EXT4_FS=y
106107
CONFIG_EXT4_FS_POSIX_ACL=y

arch/riscv/configs/rv32_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ CONFIG_VIRTIO_BALLOON=y
9393
CONFIG_VIRTIO_INPUT=y
9494
CONFIG_VIRTIO_MMIO=y
9595
CONFIG_RPMSG_CHAR=y
96+
CONFIG_RPMSG_CTRL=y
9697
CONFIG_RPMSG_VIRTIO=y
9798
CONFIG_EXT4_FS=y
9899
CONFIG_EXT4_FS_POSIX_ACL=y

0 commit comments

Comments
 (0)