ANDROID: gki - enable CONFIG_USB_RTL8150=y

This is to support ethernet usb dongle:
  Realtek RTL8150 USB 10/100 Fast Ethernet Adapter

This is supported by pre-GKI Pixel devices, and the lack of support
in GKI kernels appears to simply be an oversight.

Test: built and booted on a gki using phone
Bug: 183564444
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: Ief6cb29facc0b9b98d9c83897d2e88e0aa83be58
This commit is contained in:
Maciej Żenczykowski 2021-05-13 17:03:30 -07:00
commit 57743c387e
2 changed files with 2 additions and 0 deletions

View file

@ -318,6 +318,7 @@ CONFIG_PPP_DEFLATE=y
CONFIG_PPP_MPPE=y
CONFIG_PPTP=y
CONFIG_PPPOL2TP=y
CONFIG_USB_RTL8150=y
CONFIG_USB_RTL8152=y
CONFIG_USB_USBNET=y
# CONFIG_USB_NET_AX8817X is not set

View file

@ -291,6 +291,7 @@ CONFIG_PPP_DEFLATE=y
CONFIG_PPP_MPPE=y
CONFIG_PPTP=y
CONFIG_PPPOL2TP=y
CONFIG_USB_RTL8150=y
CONFIG_USB_RTL8152=y
CONFIG_USB_USBNET=y
# CONFIG_USB_NET_AX8817X is not set