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 10:52:24 -0500 |
commit | 19938f953e23d8d96cb12507b5894c3b6263b0fc (patch) | |
tree | a0960d20b012ef917cbce16d215752edf71d24ff /meta-ti-bsp/recipes-kernel | |
parent | 6352c729755583c4bac5961f8b821c075c03512f (diff) | |
download | meta-ti-19938f953e23d8d96cb12507b5894c3b6263b0fc.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>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel')
-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" | ||