From 51b02b17852e2232f62d90c13df4391ee2e375aa Mon Sep 17 00:00:00 2001 From: Philippe Schenker Date: Fri, 16 Aug 2019 13:36:44 +0200 Subject: apalis-tk1: linux-toradex: load module xhci-hcd on boot Signed-off-by: Philippe Schenker --- recipes-kernel/linux/linux-toradex_3.10.40.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb index 21bdf74..3b9e050 100644 --- a/recipes-kernel/linux/linux-toradex_3.10.40.bb +++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb @@ -22,6 +22,8 @@ SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRAN COMPATIBLE_MACHINE = "apalis-tk1" +KERNEL_MODULE_AUTOLOAD += "xhci-hcd" + # since thud modules no longer load without this # [ 9.302483] apalis_tk1_k20: Unknown symbol _GLOBAL_OFFSET_TABLE_ (err 0) KERNEL_EXTRA_ARGS_append = "CFLAGS_MODULE=-fno-pic" -- cgit v1.2.3