Skip to content

Commit

Permalink
linux: add rpmsg sample to the remoteproc-* mix-in
Browse files Browse the repository at this point in the history
Enable the rpmsg sample for all machines that opt into the remoteproc
mix-in.

Signed-off-by: Bill Mills <bill.mills@linaro.org>
  • Loading branch information
wmamills committed Jul 11, 2024
1 parent fd1fc52 commit bd29711
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-arm64.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ CONFIG_RPMSG_QCOM_GLINK_RPM=m
CONFIG_RPMSG_QCOM_GLINK_SMEM=m
CONFIG_RPMSG_QCOM_SMD=y
CONFIG_RPMSG_TTY=m

# Rpmsg sample
CONFIG_SAMPLES=y
CONFIG_SAMPLE_RPMSG_CLIENT=m
4 changes: 4 additions & 0 deletions recipes-kernel/linux/openamp-kmeta/cfg/remoteproc-armv7a.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ CONFIG_RPMSG_MTK_SCP=m
CONFIG_RPMSG_QCOM_GLINK=m
CONFIG_RPMSG_QCOM_GLINK_RPM=m
CONFIG_RPMSG_TTY=m

# Rpmsg sample
CONFIG_SAMPLES=y
CONFIG_SAMPLE_RPMSG_CLIENT=m

0 comments on commit bd29711

Please sign in to comment.