summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/driver.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/driver.inc')
-rw-r--r--recipes-kernel/linux/driver.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-kernel/linux/driver.inc b/recipes-kernel/linux/driver.inc
new file mode 100644
index 0000000..279156a
--- /dev/null
+++ b/recipes-kernel/linux/driver.inc
@@ -0,0 +1,11 @@
+# Hardware drivers to load on boot.
+
+# Gadget serial is for MTCDT only
+KERNEL_MODULE_AUTOLOAD_mtcdt += " \
+ g_serial \
+"
+
+# Is this driver needed for mtcap?
+KERNEL_MODULE_AUTOLOAD += " \
+ atmel_usba_udc \
+"