From 5b1919fe8c47349ab0774951dd27212bb8392eda Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 4 Nov 2015 03:23:29 +0100 Subject: apalis/colibri_imx6: update/load USB Gadget ConfigFS automatically Since we use USB Gadget ConfigFS now use libusbg to load the USB Gadget configuration automatically. --- recipes-kernel/linux/linux-toradex-fsl_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-toradex-fsl_git.bb b/recipes-kernel/linux/linux-toradex-fsl_git.bb index 5dd1615..cccedd7 100644 --- a/recipes-kernel/linux/linux-toradex-fsl_git.bb +++ b/recipes-kernel/linux/linux-toradex-fsl_git.bb @@ -19,6 +19,9 @@ S = "${WORKDIR}/git" SRCBRANCH_mx6 = "toradex_imx_3.14.28_1.0.0_ga" SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}" +# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS) +KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" + COMPATIBLE_MACHINE = "(colibri-imx6|apalis-imx6)" # Place changes to the defconfig here -- cgit v1.2.3