linux-mainline: Enable drivers for CP210x usb-serial converters

Signed-off-by: Sebastian Panceac <sebastian@resin.io>
This commit is contained in:
Sebastian Panceac 2018-07-26 13:04:28 +02:00
parent 10fd959926
commit f58f5c7c6b
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,7 @@
Change log
-----------
* linux-mainline: Enable drivers for CP210x usb-serial converters [Sebastian]
* linux-mainline: Enable drivers for Huawei modems [Sebastian]
* Update the resin-yocto-scripts submodule to 8312741e13604a9d166370349061876afb22c0fa [Sebastian]

View file

@ -44,3 +44,8 @@ RESIN_CONFIGS_DEPS[huawei_modems] = "\
RESIN_CONFIGS[huawei_modems] ="\
CONFIG_USB_NET_HUAWEI_CDC_NCM=m \
"
RESIN_CONFIGS_append = " cp210x"
RESIN_CONFIGS[cp210x] ="\
CONFIG_USB_SERIAL_CP210X=m \
"