From 6c07320f076f348c4c46ff46cc53a4d70f9b52d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Tue, 23 Mar 2021 18:32:18 -0700 Subject: [PATCH] ANDROID: gki_defconfig: Enable USB_NET_AQC111 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per drivers/net/usb/Kconfig:620 USB_NET_AQC111 is "Aquantia AQtion USB to 5/2.5GbE Controllers support" This option adds support for Aquantia AQtion USB Ethernet adapters based on AQC111U/AQC112 chips. This driver should work with at least the following devices: * Aquantia AQtion USB to 5GbE Test: TreeHugger Bug: 183564444 Signed-off-by: Maciej Żenczykowski Change-Id: I4ac418ed4a16c12900fe4ad334407fe58dd64afa --- arch/arm64/configs/gki_defconfig | 1 + arch/x86/configs/gki_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 54ea4bc7cff0..319ba8e69e55 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -300,6 +300,7 @@ CONFIG_USB_USBNET=y # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_NET_CDC_SUBSET is not set # CONFIG_USB_NET_ZAURUS is not set +CONFIG_USB_NET_AQC111=y # CONFIG_WLAN_VENDOR_ADMTEK is not set # CONFIG_WLAN_VENDOR_ATH is not set # CONFIG_WLAN_VENDOR_ATMEL is not set diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 1dcbbd49805f..d7c064711bc1 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -277,6 +277,7 @@ CONFIG_USB_USBNET=y # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_NET_CDC_SUBSET is not set # CONFIG_USB_NET_ZAURUS is not set +CONFIG_USB_NET_AQC111=y # CONFIG_WLAN_VENDOR_ADMTEK is not set # CONFIG_WLAN_VENDOR_ATH is not set # CONFIG_WLAN_VENDOR_ATMEL is not set