From fcf5aebfc13d2b0bb10855a70e0cfab99e0fcd8e Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 3 Jun 2014 10:57:55 +0300 Subject: BBB: enable USB serial kernel drivers Task-number: QTEE-595 Change-Id: I753dda500c60acbb198fc7c387ae165741c85bdf Reviewed-by: Kalle Viironen --- recipes/linux/linux-ti-staging/usb-serial.cfg | 4 ++++ recipes/linux/linux-ti-staging_3.12.bbappend | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 recipes/linux/linux-ti-staging/usb-serial.cfg 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 @@ +CONFIG_USB_SERIAL=m +CONFIG_USB_SERIAL_GENERIC=y +CONFIG_USB_SERIAL_FTDI_SIO=m +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 @@ ## ############################################################################# +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" +SRC_URI += "\ + file://usb-serial.cfg \ + " +KERNEL_CONFIG_FRAGMENTS += "usb-serial.cfg" KERNEL_DEVICETREE_b2qt = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb" -- cgit v1.2.3-54-g00ecf