summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikhil Devshatwar <nikhil.nd@ti.com>2020-04-25 22:25:16 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-04-29 18:13:26 +0000
commitbaa7ddff0d030f228f55483da76a4ad8d4a205c8 (patch)
treef9956dd6545bab99ebf24591056efc6f074ccbd5
parent8db3352b80b934029306f9404625414555a62b4e (diff)
downloadmeta-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>
-rw-r--r--recipes-kernel/linux/linux-ti-staging_5.4.bb1
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"
79module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus" 79module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus"
80module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" 80module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
81KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" 81KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
82KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch"