From 655d099206541b3efada4e18d9cb4940b2bbfe25 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Thu, 5 Oct 2017 11:31:30 +0200 Subject: Support CANUSB device http://www.can232.com/?page_id=16 Change-Id: I0f65143a366c723937451bfbd8ed40402805136e Signed-off-by: Yuichi Kusakabe Signed-off-by: Romain Forlot Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10749 Tested-by: Jenkins Job builder account Reviewed-by: Thomas Rini Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-agl-bsp/recipes-kernel') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg index af488efcf..2d17d7dc5 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg +++ b/meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg @@ -2,3 +2,4 @@ CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_ACM=m CONFIG_CRC_CCITT=y +CONFIG_USB_SERIAL_FTDI_SIO=m -- cgit 1.2.3-korg