From 10fd9599265efbfa921bf963c8199706ce879d2b Mon Sep 17 00:00:00 2001 From: Sebastian Panceac Date: Thu, 26 Jul 2018 13:03:17 +0200 Subject: [PATCH] linux-mainline: Enable drivers for Huawei modems Signed-off-by: Sebastian Panceac --- CHANGELOG.md | 1 + .../recipes-kernel/linux/linux-mainline_%.bbappend | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a0e60..2f14cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index c49c900..75f2e99 100644 --- a/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-resin-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -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 \ +"