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.inc21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes-kernel/linux/driver.inc b/recipes-kernel/linux/driver.inc
deleted file mode 100644
index 76ed3fa..0000000
--- a/recipes-kernel/linux/driver.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Hardware drivers to load on boot.
-# Gadget serial is for MTCDT only
-
-DRIVER_LOAD_ALL_MACHINES = " \
- atmel_usba_udc \
- ledtrig-default-on \
- ledtrig-heartbeat \
-"
-
-KERNEL_MODULE_AUTOLOAD_mtcdt += " \
- ${DRIVER_LOAD_ALL_MACHINES} \
- g_serial \
-"
-
-
-# Is atmel_usba_udc needed for mtcap?
-KERNEL_MODULE_AUTOLOAD_mtcap += "${DRIVER_LOAD_ALL_MACHINES}"
-
-KERNEL_MODULE_AUTOLOAD_mtrv1 += "${DRIVER_LOAD_ALL_MACHINES}"
-
-KERNEL_MODULE_AUTOLOAD_mtr += "${DRIVER_LOAD_ALL_MACHINES}"