From 09d346dc01f43b3aee7ee0a722c9d4347c7a7e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20=C5=BBenczykowski?= Date: Tue, 23 Mar 2021 20:07:21 -0700 Subject: [PATCH] ANDROID: gki_defconfig: Enable USB_NET_CDC_NCM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per drivers/net/usb/Kconfig:252: This driver provides support for CDC NCM (Network Control Model Device USB Class Specification). For example this includes 2.5gbps capable RTL8156 USB Ethernet dongles. Test: TreeHugger Bug: 183564444 Signed-off-by: Maciej Żenczykowski Change-Id: I2ca14791e641f242f677d3f3b164b678396e6ca0 --- arch/arm64/configs/gki_defconfig | 2 -- arch/x86/configs/gki_defconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig index 319ba8e69e55..c0bbc37d1570 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -295,8 +295,6 @@ CONFIG_USB_RTL8152=y CONFIG_USB_USBNET=y # CONFIG_USB_NET_AX8817X is not set # CONFIG_USB_NET_AX88179_178A is not set -# CONFIG_USB_NET_CDCETHER is not set -# CONFIG_USB_NET_CDC_NCM is not set # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_NET_CDC_SUBSET is not set # CONFIG_USB_NET_ZAURUS is not set diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index d7c064711bc1..097dfb7c68dc 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -272,8 +272,6 @@ CONFIG_USB_RTL8152=y CONFIG_USB_USBNET=y # CONFIG_USB_NET_AX8817X is not set # CONFIG_USB_NET_AX88179_178A is not set -# CONFIG_USB_NET_CDCETHER is not set -# CONFIG_USB_NET_CDC_NCM is not set # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_NET_CDC_SUBSET is not set # CONFIG_USB_NET_ZAURUS is not set