Skip to content

Commit

Permalink
linux-yocto: add CH341 serial driver
Browse files Browse the repository at this point in the history
This driver appears to be used for certain Zigbee adapters as well as to connect an Arduino.

Signed-off-by: Ferry Toth <[email protected]>
  • Loading branch information
htot committed Apr 20, 2022
1 parent fcdb0f9 commit 08e6b8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta-intel-edison-bsp/recipes-kernel/linux/files/ch341.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_USB_SERIAL_CH341=m
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ SRC_URI_append = " file://0041-enable-EXTCON_INTEL_MRFLD.cfg"

# our additional configs
SRC_URI_append = " file://ftdi_sio.cfg"
SRC_URI_append = " file://ch341.cfg"
SRC_URI_append = " file://smsc95xx.cfg"
SRC_URI_append = " file://bt_more.cfg"
SRC_URI_append = " file://i2c_chardev.cfg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ SRC_URI_append = " file://0041-enable-EXTCON_INTEL_MRFLD.cfg"

# our additional configs
SRC_URI_append = " file://ftdi_sio.cfg"
SRC_URI_append = " file://ch341.cfg"
SRC_URI_append = " file://smsc95xx.cfg"
SRC_URI_append = " file://bt_more.cfg"
SRC_URI_append = " file://i2c_chardev.cfg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ SRC_URI_append = " file://0041-enable-EXTCON_INTEL_MRFLD.cfg"

# our additional configs
SRC_URI_append = " file://ftdi_sio.cfg"
SRC_URI_append = " file://ch341.cfg"
SRC_URI_append = " file://smsc95xx.cfg"
SRC_URI_append = " file://bt_more.cfg"
SRC_URI_append = " file://i2c_chardev.cfg"
Expand Down

0 comments on commit 08e6b8b

Please sign in to comment.