linux-mainline: Enable drivers for CP210x usb-serial converters
Signed-off-by: Sebastian Panceac <sebastian@resin.io>
This commit is contained in:
parent
10fd959926
commit
f58f5c7c6b
2 changed files with 6 additions and 0 deletions
|
@ -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]
|
||||
|
||||
|
|
|
@ -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 \
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue