File tree Expand file tree Collapse file tree 5 files changed +1777
-0
lines changed
Expand file tree Collapse file tree 5 files changed +1777
-0
lines changed Original file line number Diff line number Diff line change @@ -670,6 +670,7 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=y
670670CONFIG_USB_SERIAL_OPTION=y
671671CONFIG_USB_SERIAL_CH341=y
672672CONFIG_USB_SERIAL_MOS7840=y
673+ CONFIG_USB_SERIAL_CH934X=y
673674CONFIG_USB_GADGET=y
674675CONFIG_USB_CONFIGFS=y
675676CONFIG_USB_CONFIGFS_ACM=y
Original file line number Diff line number Diff line change @@ -670,6 +670,16 @@ config USB_SERIAL_XSENS_MT
670670 To compile this driver as a module, choose M here: the
671671 module will be called xsens_mt.
672672
673+ config USB_SERIAL_CH934X
674+ tristate "USB Driver for USB to Serial Chip CH934X"
675+ help
676+ Say Y here if you want to use CH934X driver.
677+
678+ This driver supports USB to serial chip CH934X.
679+
680+ To compile this driver as a module, choose M here: the
681+ module will be called ch934x.
682+
673683config USB_SERIAL_WISHBONE
674684 tristate "USB-Wishbone adapter interface driver"
675685 help
Original file line number Diff line number Diff line change @@ -60,3 +60,4 @@ obj-$(CONFIG_USB_SERIAL_WISHBONE) += wishbone-serial.o
6060obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
6161obj-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda.o
6262obj-$(CONFIG_USB_SERIAL_XSENS_MT) += xsens_mt.o
63+ obj-$(CONFIG_USB_SERIAL_CH934X) += ch934x.o
You can’t perform that action at this time.
0 commit comments