Browse Source

ti_config_fragments: v8_rpmsg: Enable rpmsg client sample

Enable the in-kernel rpmsg client sample module so that it can be
used as the unit-test for verifying rpmsg communication with the
various remote processors present on J721E SoCs.

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 6 years ago
parent
commit
d877b50323
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ti_config_fragments/v8_ipc.cfg

+ 4 - 0
ti_config_fragments/v8_ipc.cfg

@@ -21,3 +21,7 @@ CONFIG_TI_K3_R5_REMOTEPROC=m
 CONFIG_RPMSG_VIRTIO=m
 CONFIG_RPMSG_PROTO=m
 CONFIG_RPMSG_PRU=m
+
+# RPMsg Samples
+CONFIG_SAMPLES=y
+CONFIG_SAMPLE_RPMSG_CLIENT=m