From patchwork Mon Jan 13 17:55:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kamal Mostafa X-Patchwork-Id: 1222255 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 47xLq33Fv9z9sRV; Tue, 14 Jan 2020 04:55:43 +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 1ir3wB-0003EK-QV; Mon, 13 Jan 2020 17:55:39 +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-0003DI-MX 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 1ir3w9-0005B0-Ab; Mon, 13 Jan 2020 17:55:37 +0000 Received: from kamal by fourier with local (Exim 4.90_1) (envelope-from ) id 1ir3w7-0001vE-94; Mon, 13 Jan 2020 09:55:35 -0800 From: Kamal Mostafa To: kernel-team@lists.ubuntu.com Subject: [SRU][snapdragon-Disco][PATCH] UBUNTU: snapdragon: [Config] CONFIG_ENA_ETHERNET=n Date: Mon, 13 Jan 2020 09:55:20 -0800 Message-Id: <20200113175520.7339-3-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 for snapdragon. Signed-off-by: Kamal Mostafa --- debian.snapdragon/abi/5.0.0-1028.30/arm64/snapdragon.modules | 1 - debian.snapdragon/config/config.common.ubuntu | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/debian.snapdragon/abi/5.0.0-1028.30/arm64/snapdragon.modules b/debian.snapdragon/abi/5.0.0-1028.30/arm64/snapdragon.modules index b5221d27fdc7..5e6bd4728408 100644 --- a/debian.snapdragon/abi/5.0.0-1028.30/arm64/snapdragon.modules +++ b/debian.snapdragon/abi/5.0.0-1028.30/arm64/snapdragon.modules @@ -1209,7 +1209,6 @@ ems_pci ems_usb emu10k1-gp emxx_udc -ena enc28j60 enclosure encx24j600 diff --git a/debian.snapdragon/config/config.common.ubuntu b/debian.snapdragon/config/config.common.ubuntu index 3654096d73fb..20a0dbd4fae2 100644 --- a/debian.snapdragon/config/config.common.ubuntu +++ b/debian.snapdragon/config/config.common.ubuntu @@ -2233,7 +2233,7 @@ CONFIG_ELFCORE=y CONFIG_ELF_CORE=y # CONFIG_EMBEDDED is not set # CONFIG_ENABLE_MUST_CHECK is not set -CONFIG_ENA_ETHERNET=m +# CONFIG_ENA_ETHERNET is not set CONFIG_ENC28J60=m # CONFIG_ENC28J60_WRITEVERIFY is not set CONFIG_ENCLOSURE_SERVICES=m