Loading arch/arm64/configs/vendor/sdmsteppe-auto-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,7 @@ CONFIG_NET_ACT_SKBEDIT=y CONFIG_QRTR=y CONFIG_QRTR_SMD=y CONFIG_QRTR_USB=y CONFIG_RMNET_USB=y CONFIG_SOCKEV_NLMCAST=y CONFIG_CAN=y CONFIG_QTI_CAN=y Loading arch/arm64/configs/vendor/sdmsteppe-auto_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -244,6 +244,7 @@ CONFIG_DNS_RESOLVER=y CONFIG_QRTR=y CONFIG_QRTR_SMD=y CONFIG_QRTR_USB=y CONFIG_RMNET_USB=y CONFIG_SOCKEV_NLMCAST=y CONFIG_CAN=y CONFIG_QTI_CAN=y Loading net/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,7 @@ source "net/l3mdev/Kconfig" source "net/qrtr/Kconfig" source "net/ncsi/Kconfig" source "net/rmnet_data/Kconfig" source "net/rmnet_usb/Kconfig" config RPS bool Loading net/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -87,3 +87,4 @@ endif obj-$(CONFIG_QRTR) += qrtr/ obj-$(CONFIG_NET_NCSI) += ncsi/ obj-$(CONFIG_RMNET_DATA) += rmnet_data/ obj-$(CONFIG_RMNET_USB) += rmnet_usb/ net/rmnet_usb/Kconfig 0 → 100644 +8 −0 Original line number Diff line number Diff line config RMNET_USB tristate "RmNet USB Driver" depends on USB_USBNET help Select this if you have a QTI modem device connected via USB supporting RmNet network interface. To compile this driver as a module, choose M here: the module will be called rmnet_usb. If unsure, choose N. Loading
arch/arm64/configs/vendor/sdmsteppe-auto-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -236,6 +236,7 @@ CONFIG_NET_ACT_SKBEDIT=y CONFIG_QRTR=y CONFIG_QRTR_SMD=y CONFIG_QRTR_USB=y CONFIG_RMNET_USB=y CONFIG_SOCKEV_NLMCAST=y CONFIG_CAN=y CONFIG_QTI_CAN=y Loading
arch/arm64/configs/vendor/sdmsteppe-auto_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -244,6 +244,7 @@ CONFIG_DNS_RESOLVER=y CONFIG_QRTR=y CONFIG_QRTR_SMD=y CONFIG_QRTR_USB=y CONFIG_RMNET_USB=y CONFIG_SOCKEV_NLMCAST=y CONFIG_CAN=y CONFIG_QTI_CAN=y Loading
net/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,7 @@ source "net/l3mdev/Kconfig" source "net/qrtr/Kconfig" source "net/ncsi/Kconfig" source "net/rmnet_data/Kconfig" source "net/rmnet_usb/Kconfig" config RPS bool Loading
net/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -87,3 +87,4 @@ endif obj-$(CONFIG_QRTR) += qrtr/ obj-$(CONFIG_NET_NCSI) += ncsi/ obj-$(CONFIG_RMNET_DATA) += rmnet_data/ obj-$(CONFIG_RMNET_USB) += rmnet_usb/
net/rmnet_usb/Kconfig 0 → 100644 +8 −0 Original line number Diff line number Diff line config RMNET_USB tristate "RmNet USB Driver" depends on USB_USBNET help Select this if you have a QTI modem device connected via USB supporting RmNet network interface. To compile this driver as a module, choose M here: the module will be called rmnet_usb. If unsure, choose N.