File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -658,6 +658,7 @@ CONFIG_USB_SERIAL_OTI6858=y
658658CONFIG_USB_SERIAL_QUALCOMM=y
659659CONFIG_USB_SERIAL_SIERRAWIRELESS=y
660660CONFIG_USB_SERIAL_OPTION=y
661+ CONFIG_USB_SERIAL_CH934X=y
661662CONFIG_USB_GADGET=y
662663CONFIG_USB_GADGET_DEBUG_FILES=y
663664CONFIG_USB_GADGET_VBUS_DRAW=500
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