diff options
author | Nikhil Devshatwar <nikhil.nd@ti.com> | 2020-04-25 22:25:16 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-29 18:13:26 +0000 |
commit | baa7ddff0d030f228f55483da76a4ad8d4a205c8 (patch) | |
tree | f9956dd6545bab99ebf24591056efc6f074ccbd5 /recipes-kernel | |
parent | 8db3352b80b934029306f9404625414555a62b4e (diff) | |
download | meta-ti-baa7ddff0d030f228f55483da76a4ad8d4a205c8.tar.gz |
recipes-kernel: linux-ti-staging: Autoload kernel module rpmsg_kdrv_switch
rpmsg_kdrv_switch kernel module is implicitly dependent on the
for virtual ethernet driver. Ensure that the module is auto loaded
by default foe j7-evm platfom.
Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-ti-staging_5.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ti-staging_5.4.bb b/recipes-kernel/linux/linux-ti-staging_5.4.bb index 1a53decc..020ac7e6 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.4.bb | |||
@@ -79,3 +79,4 @@ module_conf_rpmsg_client_sample = "blacklist rpmsg_client_sample" | |||
79 | module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus" | 79 | module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus" |
80 | module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" | 80 | module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" |
81 | KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" | 81 | KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" |
82 | KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch" | ||