diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-23 10:55:16 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-23 10:55:16 +0200 |
commit | 213a797b33bc060d17312e68dcfc3b1b67ca2d23 (patch) | |
tree | b740f9fce7fceb59229325c29a9f1cb3b7d77d62 /packages/linux-kernel | |
parent | 21340d1348bda97c599e67a8e3c7cd6b9d618830 (diff) | |
download | vyos-build-213a797b33bc060d17312e68dcfc3b1b67ca2d23.tar.gz vyos-build-213a797b33bc060d17312e68dcfc3b1b67ca2d23.zip |
Revert "Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN cards"
Newer cards must use QMI it seems. It also feels more "robust".
Diffstat (limited to 'packages/linux-kernel')
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 0d8bbcf..b543610 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.10.33 Kernel Configuration +# Linux/x86 5.10.38 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Debian 8.3.0-6) 8.3.0" CONFIG_CC_IS_GCC=y @@ -2535,9 +2535,9 @@ CONFIG_USB_NET_AX8817X=m CONFIG_USB_NET_AX88179_178A=m CONFIG_USB_NET_CDCETHER=m CONFIG_USB_NET_CDC_EEM=m -# CONFIG_USB_NET_CDC_NCM is not set +CONFIG_USB_NET_CDC_NCM=m # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set -# CONFIG_USB_NET_CDC_MBIM is not set +CONFIG_USB_NET_CDC_MBIM=m # CONFIG_USB_NET_DM9601 is not set # CONFIG_USB_NET_SR9700 is not set # CONFIG_USB_NET_SR9800 is not set @@ -2552,10 +2552,10 @@ CONFIG_USB_NET_SMSC95XX=m # CONFIG_USB_NET_ZAURUS is not set # CONFIG_USB_NET_CX82310_ETH is not set # CONFIG_USB_NET_KALMIA is not set -# CONFIG_USB_NET_QMI_WWAN is not set +CONFIG_USB_NET_QMI_WWAN=m # CONFIG_USB_NET_INT51X1 is not set # CONFIG_USB_IPHETH is not set -# CONFIG_USB_SIERRA_NET is not set +CONFIG_USB_SIERRA_NET=m # CONFIG_USB_VL600 is not set # CONFIG_USB_NET_CH9200 is not set # CONFIG_USB_NET_AQC111 is not set |