Skip to content

Commit 01ff543

Browse files
tzuwen_changasus-leslieyu
authored andcommitted
defconfig: Support USB to Serial Chip CH934X.
Change-Id: Ifc5a7b0f7172ece8623b1c47dbd8599cc3ea4583
1 parent 4b5b55f commit 01ff543

5 files changed

Lines changed: 1777 additions & 0 deletions

File tree

arch/arm/configs/rockchip_linux_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,7 @@ CONFIG_USB_SERIAL_OTI6858=y
658658
CONFIG_USB_SERIAL_QUALCOMM=y
659659
CONFIG_USB_SERIAL_SIERRAWIRELESS=y
660660
CONFIG_USB_SERIAL_OPTION=y
661+
CONFIG_USB_SERIAL_CH934X=y
661662
CONFIG_USB_GADGET=y
662663
CONFIG_USB_GADGET_DEBUG_FILES=y
663664
CONFIG_USB_GADGET_VBUS_DRAW=500

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)