Skip to content

Commit

Permalink
kernel config fragments: add RPMSG_CTRL and RPMSG_TTY
Browse files Browse the repository at this point in the history
Since 5.18 RPMSG_CTRL is separate from RPMSG_CHAR.
Enabled it as a module.
Older kernels will ignore this. You will get a warning.

Also enable RPMSG_TTY driver for TTY devices from RPMSG
This is done in the qemu and generic machines only for now.

Signed-off-by: Bill Mills <bill.mills@linaro.org>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
  • Loading branch information
wmamills authored and mhatle committed Nov 9, 2022
1 parent 11dc317 commit 1e06a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions recipes-kernel/linux/openamp-kmeta/cfg/openamp.cfg
Expand Up @@ -5,3 +5,4 @@ CONFIG_RPMSG_VIRTIO=m
CONFIG_RPMSG=m
CONFIG_VIRTIO=m
CONFIG_REMOTEPROC=y
CONFIG_RPMSG_CTRL=m
Expand Up @@ -37,3 +37,4 @@ CONFIG_RPMSG_QCOM_GLINK_RPM=m
CONFIG_RPMSG_QCOM_GLINK_SMEM=m
CONFIG_RPMSG_QCOM_SMD=m
CONFIG_RPMSG_VIRTIO=m
CONFIG_RPMSG_TTY=m
Expand Up @@ -45,3 +45,4 @@ CONFIG_RPMSG_MTK_SCP=m
CONFIG_RPMSG_QCOM_GLINK=m
CONFIG_RPMSG_QCOM_GLINK_RPM=m
CONFIG_RPMSG_VIRTIO=m
CONFIG_RPMSG_TTY=m

0 comments on commit 1e06a82

Please sign in to comment.