diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-10-05 11:31:30 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-11 12:48:21 +0000 |
commit | 655d099206541b3efada4e18d9cb4940b2bbfe25 (patch) | |
tree | da822e3f0b07bb6157abd621eb1b03f78fe38e1a /meta-agl-bsp | |
parent | f970319c6d4a2ecf6044ab3b2ef8f0d5f5c3471c (diff) |
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>
Diffstat (limited to 'meta-agl-bsp')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux/usb.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
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 |