diff options
-rw-r--r-- | recipes/linux/linux-ti-staging/usb-serial.cfg | 4 | ||||
-rw-r--r-- | recipes/linux/linux-ti-staging_3.12.bbappend | 5 |
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 @@ | |||
1 | CONFIG_USB_SERIAL=m | ||
2 | CONFIG_USB_SERIAL_GENERIC=y | ||
3 | CONFIG_USB_SERIAL_FTDI_SIO=m | ||
4 | CONFIG_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 | ||
23 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
24 | SRC_URI += "\ | ||
25 | file://usb-serial.cfg \ | ||
26 | " | ||
27 | KERNEL_CONFIG_FRAGMENTS += "usb-serial.cfg" | ||
23 | KERNEL_DEVICETREE_b2qt = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" | 28 | KERNEL_DEVICETREE_b2qt = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" |