summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@digia.com>2014-06-03 10:57:55 +0300
committerSamuli Piippo <samuli.piippo@digia.com>2014-06-04 13:32:57 +0300
commitfcf5aebfc13d2b0bb10855a70e0cfab99e0fcd8e (patch)
tree10efa828e5756ca78125b6740987693d81622776
parentcb1f4569df3b0a2415a030b8a24add8032383728 (diff)
downloadmeta-boot2qt-fcf5aebfc13d2b0bb10855a70e0cfab99e0fcd8e.tar.gz
BBB: enable USB serial kernel drivers
Task-number: QTEE-595 Change-Id: I753dda500c60acbb198fc7c387ae165741c85bdf Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
-rw-r--r--recipes/linux/linux-ti-staging/usb-serial.cfg4
-rw-r--r--recipes/linux/linux-ti-staging_3.12.bbappend5
2 files changed, 9 insertions, 0 deletions
diff --git a/recipes/linux/linux-ti-staging/usb-serial.cfg b/recipes/linux/linux-ti-staging/usb-serial.cfg
new file mode 100644
index 0000000..8f0688e
--- /dev/null
+++ b/recipes/linux/linux-ti-staging/usb-serial.cfg
@@ -0,0 +1,4 @@
1CONFIG_USB_SERIAL=m
2CONFIG_USB_SERIAL_GENERIC=y
3CONFIG_USB_SERIAL_FTDI_SIO=m
4CONFIG_USB_SERIAL_PL2303=m
diff --git a/recipes/linux/linux-ti-staging_3.12.bbappend b/recipes/linux/linux-ti-staging_3.12.bbappend
index fe2bdd2..8df836c 100644
--- a/recipes/linux/linux-ti-staging_3.12.bbappend
+++ b/recipes/linux/linux-ti-staging_3.12.bbappend
@@ -20,4 +20,9 @@
20## 20##
21############################################################################# 21#############################################################################
22 22
23FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
24SRC_URI += "\
25 file://usb-serial.cfg \
26 "
27KERNEL_CONFIG_FRAGMENTS += "usb-serial.cfg"
23KERNEL_DEVICETREE_b2qt = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" 28KERNEL_DEVICETREE_b2qt = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"