Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b886106 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "defconfig: msm: Enable USB RMNET host driver on SA6155"

parents a054ae89 7cfabe7c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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