From patchwork Mon Jan 13 17:55:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1222254 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47xLq21ggpz9sRG; Tue, 14 Jan 2020 04:55:42 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ir3wA-0003Df-Kh; Mon, 13 Jan 2020 17:55:38 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ir3w9-0003D1-6q for kernel-team@lists.ubuntu.com; Mon, 13 Jan 2020 17:55:37 +0000 Received: from 1.general.kamal.us.vpn ([10.172.68.52] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ir3w8-0005Aw-Pk; Mon, 13 Jan 2020 17:55:36 +0000 Received: from kamal by fourier with local (Exim 4.90_1) (envelope-from ) id 1ir3w6-0001vC-Lx; Mon, 13 Jan 2020 09:55:34 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][snapdragon-Bionic][PATCH] UBUNTU: snapdragon: [Config] CONFIG_ENA_ETHERNET=n Date: Mon, 13 Jan 2020 09:55:19 -0800 Message-Id: <20200113175520.7339-2-kamal@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200113175520.7339-1-kamal@canonical.com> References: <20200113175520.7339-1-kamal@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kamal Mostafa MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1859501 No need to build the Amazon ENA ethernet driver or its dependency CONFIG_DIMLIB for snapdragon. Signed-off-by: Kamal Mostafa --- debian.snapdragon/abi/4.15.0-1069.76/arm64/snapdragon.modules | 1 - debian.snapdragon/config/config.common.ubuntu | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian.snapdragon/abi/4.15.0-1069.76/arm64/snapdragon.modules b/debian.snapdragon/abi/4.15.0-1069.76/arm64/snapdragon.modules index a6707decb2cf..a86cf100003a 100644 --- a/debian.snapdragon/abi/4.15.0-1069.76/arm64/snapdragon.modules +++ b/debian.snapdragon/abi/4.15.0-1069.76/arm64/snapdragon.modules @@ -1127,7 +1127,6 @@ empeg ems_pci ems_usb emu10k1-gp -ena enc28j60 enclosure encx24j600 diff --git a/debian.snapdragon/config/config.common.ubuntu b/debian.snapdragon/config/config.common.ubuntu index 8ebb756b5757..6d0febb786c3 100644 --- a/debian.snapdragon/config/config.common.ubuntu +++ b/debian.snapdragon/config/config.common.ubuntu @@ -1570,7 +1570,7 @@ CONFIG_DEV_DAX=m CONFIG_DE_AOC=y CONFIG_DGNC=m CONFIG_DHT11=m -CONFIG_DIMLIB=y +# CONFIG_DIMLIB is not set CONFIG_DL2K=m CONFIG_DLCI=m CONFIG_DLCI_MAX=8 @@ -2001,7 +2001,7 @@ CONFIG_ELF_CORE=y # CONFIG_EM_TIMER_STI is not set CONFIG_ENABLE_MUST_CHECK=y CONFIG_ENABLE_WARN_DEPRECATED=y -CONFIG_ENA_ETHERNET=m +# CONFIG_ENA_ETHERNET is not set CONFIG_ENC28J60=m # CONFIG_ENC28J60_WRITEVERIFY is not set CONFIG_ENCLOSURE_SERVICES=m