From baa7ddff0d030f228f55483da76a4ad8d4a205c8 Mon Sep 17 00:00:00 2001 From: Nikhil Devshatwar Date: Sat, 25 Apr 2020 22:25:16 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_5.4.bb | 1 + 1 file changed, 1 insertion(+) 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" module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus" module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus" KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc" +KERNEL_MODULE_AUTOLOAD_append_j7 = " rpmsg_kdrv_switch"