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 <arnaud.pouliquen@foss.st.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20220404090527.582217-1-arnaud.pouliquen@foss.st.com Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 8ec1442 commit ac0280a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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)