diff options
author | Udit Kumar <u-kumar1@ti.com> | 2023-06-23 13:27:33 +0530 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-06-23 13:13:56 -0500 |
commit | df928ff49c23bb0f86be66f41fcc65b5bf506808 (patch) | |
tree | d0bf8a1e1f2af7d62d44c24e8cf781a33fbdb35d | |
parent | 8af0ba63d27ea376f9d5cdbe0ccf128d5d41554d (diff) | |
download | meta-ti-df928ff49c23bb0f86be66f41fcc65b5bf506808.tar.gz |
linux-ti-staging: add configuration for remoteproc/rpmsg IPC modules
* rpmsg_client_sample is a test module and should not be autoloaded
* Both k3_r5 and k3_dsp remoteproc modules depend on virtio_rpmsg_bus
Cc: Denys Dmytriyenko <denys@ti.com>
Cc: Ryan Eatmon <reatmon@ti.com>
Cc: Praneeth Bajjuri <praneeth@ti.com>
Cc: Apurva Nandan <a-nandan@ti.com>
Cc: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb index 69f82e8c..d22cc4f8 100644 --- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb +++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-staging_6.1.bb | |||
@@ -36,3 +36,8 @@ KERNEL_GIT_PROTOCOL = "https" | |||
36 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ | 36 | SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ |
37 | file://defconfig" | 37 | file://defconfig" |
38 | 38 | ||
39 | # Special configuration for remoteproc/rpmsg IPC modules | ||
40 | module_conf_rpmsg_client_sample = "blacklist rpmsg_client_sample" | ||
41 | module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus" | ||
42 | module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" | ||
43 | KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" | ||