From 682bafc2633030dc43f3405b9ba0bc9c633fa35f Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 19 Sep 2023 14:28:29 +0200 Subject: [PATCH] linux-iot2050: Enable support for Sierra Wireless USB modem This should resolve #481, namely adding support for the MC7700. Signed-off-by: Jan Kiszka --- recipes-kernel/linux/files/iot2050_defconfig_extra.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/files/iot2050_defconfig_extra.cfg b/recipes-kernel/linux/files/iot2050_defconfig_extra.cfg index 38eb394e4..fc7445c5b 100644 --- a/recipes-kernel/linux/files/iot2050_defconfig_extra.cfg +++ b/recipes-kernel/linux/files/iot2050_defconfig_extra.cfg @@ -46,6 +46,7 @@ CONFIG_USB_STORAGE=y CONFIG_USB_DWC3=y CONFIG_USB_DWC3_OF_SIMPLE=y CONFIG_USB_SERIAL_QUALCOMM=m +CONFIG_USB_SERIAL_SIERRAWIRELESS=m CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_GPIO=y CONFIG_RTC_DRV_PCF8563=y