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

Commit ccf69b4b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: misc: ks_bridge: Add snapshot of ks_bridge driver"

parents 78d3501b 050cdd7a
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -255,3 +255,13 @@ config USB_LINK_LAYER_TEST
	  This driver is for generating specific traffic for Super Speed Link
	  This driver is for generating specific traffic for Super Speed Link
	  Layer Test Device. Say Y only when you want to conduct USB Super Speed
	  Layer Test Device. Say Y only when you want to conduct USB Super Speed
	  Link Layer Test for host controllers.
	  Link Layer Test for host controllers.

config USB_QTI_KS_BRIDGE
	tristate "USB QTI kick start bridge"
	depends on USB
	help
	  Say Y here if you have a QTI modem device connected via USB that
	  will be bridged in kernel space. This driver works as a bridge to pass
	  boot images, ram-dumps and efs sync.
	  To compile this driver as a module, choose M here: the module
	  will be called ks_bridge. If unsure, choose N.
+2 −0
Original line number Original line Diff line number Diff line
@@ -28,3 +28,5 @@ obj-$(CONFIG_USB_HSIC_USB3503) += usb3503.o


obj-$(CONFIG_USB_SISUSBVGA)		+= sisusbvga/
obj-$(CONFIG_USB_SISUSBVGA)		+= sisusbvga/
obj-$(CONFIG_USB_LINK_LAYER_TEST)	+= lvstest.o
obj-$(CONFIG_USB_LINK_LAYER_TEST)	+= lvstest.o

obj-$(CONFIG_USB_QTI_KS_BRIDGE)		+= ks_bridge.o
+1065 −0

File added.

Preview size limit exceeded, changes collapsed.