ANDROID: gki - enable CONFIG_USB_CONFIGFS_{EEM,ECM}=y
CDC ECM, EEM, NCM are USB standard networking protocols, in chronological order from oldest to newest: ECM - Ethernet Control Model EEM - Ethernet Emulation Model NCM - Network Control Model The NCM gadget is already enabled, so also enable the older more widely compatible modes. Test: built and booted on a gki using phone Bug: 183564444 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I193772309cd08fd1d4a545d33be79af7b56b897a
This commit is contained in:
parent
0dd4d6b58c
commit
ebab44be93
2 changed files with 4 additions and 0 deletions
|
|
@ -478,7 +478,9 @@ CONFIG_USB_CONFIGFS_UEVENT=y
|
|||
CONFIG_USB_CONFIGFS_SERIAL=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
CONFIG_USB_CONFIGFS_NCM=y
|
||||
CONFIG_USB_CONFIGFS_ECM=y
|
||||
CONFIG_USB_CONFIGFS_RNDIS=y
|
||||
CONFIG_USB_CONFIGFS_EEM=y
|
||||
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
|
||||
CONFIG_USB_CONFIGFS_F_FS=y
|
||||
CONFIG_USB_CONFIGFS_F_ACC=y
|
||||
|
|
|
|||
|
|
@ -431,7 +431,9 @@ CONFIG_USB_CONFIGFS_UEVENT=y
|
|||
CONFIG_USB_CONFIGFS_SERIAL=y
|
||||
CONFIG_USB_CONFIGFS_ACM=y
|
||||
CONFIG_USB_CONFIGFS_NCM=y
|
||||
CONFIG_USB_CONFIGFS_ECM=y
|
||||
CONFIG_USB_CONFIGFS_RNDIS=y
|
||||
CONFIG_USB_CONFIGFS_EEM=y
|
||||
CONFIG_USB_CONFIGFS_MASS_STORAGE=y
|
||||
CONFIG_USB_CONFIGFS_F_FS=y
|
||||
CONFIG_USB_CONFIGFS_F_ACC=y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue