From 655d099206541b3efada4e18d9cb4940b2bbfe25 Mon Sep 17 00:00:00 2001
From: Romain Forlot <romain.forlot@iot.bzh>
Date: Thu, 5 Oct 2017 11:31:30 +0200
Subject: [PATCH] Support CANUSB device

http://www.can232.com/?page_id=16

Change-Id: I0f65143a366c723937451bfbd8ed40402805136e
Signed-off-by: Yuichi Kusakabe <yuichi.kusakabe@jp.fujitsu.com>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10749
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Thomas Rini <trini@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
---
 meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.16.6