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

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

Merge "usb: misc: Add USB super speed re-driver support"

parents d1687a98 5486d766
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -265,3 +265,9 @@ config USB_CHAOSKEY

	  To compile this driver as a module, choose M here: the
	  module will be called chaoskey.

config USB_REDRIVER_NB7VPQ904M
	tristate "USB 3.1 Gen1/Gen2 10Gbps re-driver driver for NB7VPQ904M"
	depends on USB_PHY
	help
	  Say Y here if you want to support USB super speed re-driver NB7VPQ904M.
+1 −0
Original line number Diff line number Diff line
@@ -30,3 +30,4 @@ obj-$(CONFIG_USB_CHAOSKEY) += chaoskey.o

obj-$(CONFIG_USB_SISUSBVGA)		+= sisusbvga/
obj-$(CONFIG_USB_LINK_LAYER_TEST)	+= lvstest.o
obj-$(CONFIG_USB_REDRIVER_NB7VPQ904M)	+= ssusb-redriver-nb7vpq904m.o
+1217 −0

File added.

Preview size limit exceeded, changes collapsed.