mirror of https://github.com/armbian/build.git
config: kernel: linux-k3-beagle-edge: Enable USB CDC Composite
- BeagleBoard.org boards normally ship with USB cdc enabled to allow network sharing and ssh support over usb. - This is specially important for boards like pocketbeagle2 since it does not have built-in wifi. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
parent
028cdb9c39
commit
9d172bf5fa
|
|
@ -719,6 +719,7 @@ CONFIG_USB_CONFIGFS_EEM=y
|
|||
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
|
||||
CONFIG_USB_CONFIGFS_F_FS=y
|
||||
CONFIG_USB_MASS_STORAGE=m
|
||||
CONFIG_USB_CDC_COMPOSITE=m
|
||||
CONFIG_TYPEC=m
|
||||
CONFIG_TYPEC_TCPM=m
|
||||
CONFIG_TYPEC_TCPCI=m
|
||||
|
|
|
|||
Loading…
Reference in New Issue