Skip to content

Commit

Permalink
linux: CONFIG_RPMSG_QCOM_SMD=y to reduce warnings
Browse files Browse the repository at this point in the history
When using genericarm64 with linux-yocto we get warnings when this is set
to =m so switch to =y

Signed-off-by: Bill Mills <bill.mills@linaro.org>
  • Loading branch information
wmamills committed Jul 11, 2024
1 parent 627fdae commit fd1fc52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ CONFIG_RPMSG_MTK_SCP=m
CONFIG_RPMSG_QCOM_GLINK=m
CONFIG_RPMSG_QCOM_GLINK_RPM=m
CONFIG_RPMSG_QCOM_GLINK_SMEM=m
CONFIG_RPMSG_QCOM_SMD=m
CONFIG_RPMSG_QCOM_SMD=y
CONFIG_RPMSG_TTY=m

0 comments on commit fd1fc52

Please sign in to comment.