Skip to content

Commit

Permalink
defconfig: add otg and prepare some gadget-drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Mar 4, 2022
1 parent 7415020 commit 1b30c91
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions arch/arm/configs/mt7623n_evb_fwu_defconfig
Expand Up @@ -735,3 +735,20 @@ CONFIG_USB_NET_CDCETHER=m
CONFIG_USB_NET_CDC_EEM=m
#CONFIG_USB_ARMLINUX=y
CONFIG_USB_NET_RNDIS_HOST=m

#OTG
CONFIG_USB_OTG=y
CONFIG_USB_CONN_GPIO=y
CONFIG_USB_MUSB_HDRC=y
CONFIG_USB_MUSB_MEDIATEK=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_USB_CONFIGFS=y
#CONFIG_USB_CONFIGFS_MASS_STORAGE=y
#CONFIG_PHY_MTK_TPHY=y
CONFIG_USB_GADGET=y
CONFIG_USB_MUSB_DUAL_ROLE=y
CONFIG_USB_INVENTRA_DMA=y
#some gadget-drivers
CONFIG_USB_G_SERIAL=y
#CONFIG_USB_MASS_STORAGE=y
#CONFIG_USB_ETH=y

0 comments on commit 1b30c91

Please sign in to comment.