From bd91d1f336974a5627c734874be342d88073153f Mon Sep 17 00:00:00 2001 From: elecboy Date: Wed, 5 Jul 2023 18:50:01 +0800 Subject: [PATCH] enable usb ethernet and lte modem driver --- .../add-usb-ethernet-and-lte-modem.cfg | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 recipes-kernel/linux/meson-gx/add-usb-ethernet-and-lte-modem.cfg diff --git a/recipes-kernel/linux/meson-gx/add-usb-ethernet-and-lte-modem.cfg b/recipes-kernel/linux/meson-gx/add-usb-ethernet-and-lte-modem.cfg new file mode 100644 index 0000000..17450bc --- /dev/null +++ b/recipes-kernel/linux/meson-gx/add-usb-ethernet-and-lte-modem.cfg @@ -0,0 +1,40 @@ +CONFIG_AX88796B_PHY=m +CONFIG_USB_USBNET=m +CONFIG_USB_NET_AX8817X=m +CONFIG_USB_NET_AX88179_178A=m +CONFIG_USB_NET_CDCETHER=m +# CONFIG_USB_NET_CDC_EEM is not set +CONFIG_USB_NET_CDC_NCM=m +CONFIG_USB_NET_HUAWEI_CDC_NCM=m +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 +# CONFIG_USB_NET_SMSC75XX is not set +# CONFIG_USB_NET_SMSC95XX is not set +# CONFIG_USB_NET_GL620A is not set +CONFIG_USB_NET_NET1080=m +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +CONFIG_USB_NET_CDC_SUBSET_ENABLE=m +CONFIG_USB_NET_CDC_SUBSET=m +# CONFIG_USB_ALI_M5632 is not set +# CONFIG_USB_AN2720 is not set +CONFIG_USB_BELKIN=y +CONFIG_USB_ARMLINUX=y +# CONFIG_USB_EPSON2888 is not set +# CONFIG_USB_KC2190 is not set +CONFIG_USB_NET_ZAURUS=m +# CONFIG_USB_NET_CX82310_ETH is not set +# CONFIG_USB_NET_KALMIA is not set +CONFIG_USB_NET_QMI_WWAN=m +CONFIG_USB_HSO=m +# CONFIG_USB_NET_INT51X1 is not set +# CONFIG_USB_SIERRA_NET is not set +# CONFIG_USB_VL600 is not set +# CONFIG_USB_NET_CH9200 is not set +# CONFIG_USB_NET_AQC111 is not set +CONFIG_USB_RTL8153_ECM=m +CONFIG_USB_ACM=m +CONFIG_USB_WDM=m