ANDROID: gki - set CONFIG_USB_NET_AX88179_178A=y (usb gbit ethernet dongle)
Per Kconfig: config USB_NET_AX88179_178A tristate "ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet" depends on USB_USBNET select CRC32 select PHYLIB default y help This option adds support for ASIX AX88179 based USB 3.0/2.0 to Gigabit Ethernet adapters. This driver should work with at least the following devices: * ASIX AX88179 * ASIX AX88178A * Sitcomm LN-032 This driver creates an interface named "ethX", where X depends on what other networking devices you have in use. This was already enabled on 'db845c_gki.fragment', which suggests this hardware is reasonably common (even though I don't have a dongle that requires it). Test: TreeHugger Bug: 200269356 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I9915cfb54a324f007d508a8e3d2aad1d6fc9e5de (cherry picked from commit 3ed683cb941fc0a457159dbaf736eee40f82b840)
This commit is contained in:
parent
d66c08993e
commit
68af227b95
@ -6,8 +6,6 @@ CONFIG_MAC80211=m
|
||||
CONFIG_QRTR=m
|
||||
CONFIG_QRTR_TUN=m
|
||||
CONFIG_SCSI_UFS_QCOM=m
|
||||
CONFIG_USB_NET_AX8817X=m
|
||||
CONFIG_USB_NET_AX88179_178A=m
|
||||
CONFIG_INPUT_PM8941_PWRKEY=m
|
||||
CONFIG_SERIAL_MSM=m
|
||||
CONFIG_SERIAL_QCOM_GENI=m
|
||||
|
@ -333,7 +333,6 @@ CONFIG_PPPOL2TP=y
|
||||
CONFIG_USB_RTL8150=y
|
||||
CONFIG_USB_RTL8152=y
|
||||
CONFIG_USB_USBNET=y
|
||||
# CONFIG_USB_NET_AX88179_178A is not set
|
||||
CONFIG_USB_NET_CDC_EEM=y
|
||||
# CONFIG_USB_NET_NET1080 is not set
|
||||
# CONFIG_USB_NET_CDC_SUBSET is not set
|
||||
|
@ -304,7 +304,6 @@ CONFIG_PPPOL2TP=y
|
||||
CONFIG_USB_RTL8150=y
|
||||
CONFIG_USB_RTL8152=y
|
||||
CONFIG_USB_USBNET=y
|
||||
# CONFIG_USB_NET_AX88179_178A is not set
|
||||
CONFIG_USB_NET_CDC_EEM=y
|
||||
# CONFIG_USB_NET_NET1080 is not set
|
||||
# CONFIG_USB_NET_CDC_SUBSET is not set
|
||||
|
Loading…
Reference in New Issue
Block a user