linux-mainline: Enable drivers for Huawei modems

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

View file

@ -1,6 +1,7 @@
Change log
-----------
* linux-mainline: Enable drivers for Huawei modems [Sebastian]
* Update the resin-yocto-scripts submodule to 8312741e13604a9d166370349061876afb22c0fa [Sebastian]
# v2.14.0+rev1

View file

@ -36,3 +36,11 @@ RESIN_CONFIGS_DEPS[hdmi] = "\
RESIN_CONFIGS[hdmi] ="\
CONFIG_DRM_SUN8I_DW_HDMI=y \
"
RESIN_CONFIGS_append = " huawei_modems"
RESIN_CONFIGS_DEPS[huawei_modems] = "\
CONFIG_USB_USBNET=m \
"
RESIN_CONFIGS[huawei_modems] ="\
CONFIG_USB_NET_HUAWEI_CDC_NCM=m \
"