Skip to content

Commit f5e8173

Browse files
committed
Support USB to Serial Chip CH934X
Change-Id: I748fdcea16ee241267abd2ff83cd7f11f7b0b99c
1 parent f59b204 commit f5e8173

File tree

5 files changed

+1777
-0
lines changed

5 files changed

+1777
-0
lines changed

arch/arm/configs/miniarm-rk3288_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,7 @@ CONFIG_USB_SERIAL_SIERRAWIRELESS=y
670670
CONFIG_USB_SERIAL_OPTION=y
671671
CONFIG_USB_SERIAL_CH341=y
672672
CONFIG_USB_SERIAL_MOS7840=y
673+
CONFIG_USB_SERIAL_CH934X=y
673674
CONFIG_USB_GADGET=y
674675
CONFIG_USB_CONFIGFS=y
675676
CONFIG_USB_CONFIGFS_ACM=y

drivers/usb/serial/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
673683
config USB_SERIAL_WISHBONE
674684
tristate "USB-Wishbone adapter interface driver"
675685
help

drivers/usb/serial/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ obj-$(CONFIG_USB_SERIAL_WISHBONE) += wishbone-serial.o
6060
obj-$(CONFIG_USB_SERIAL_WHITEHEAT) += whiteheat.o
6161
obj-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda.o
6262
obj-$(CONFIG_USB_SERIAL_XSENS_MT) += xsens_mt.o
63+
obj-$(CONFIG_USB_SERIAL_CH934X) += ch934x.o

0 commit comments

Comments
 (0)