{"id":806575,"url":"http://patchwork.ozlabs.org/api/1.0/patches/806575/?format=json","project":{"id":7,"url":"http://patchwork.ozlabs.org/api/1.0/projects/7/?format=json","name":"Linux network development","link_name":"netdev","list_id":"netdev.vger.kernel.org","list_email":"netdev@vger.kernel.org","web_url":null,"scm_url":null,"webscm_url":null},"msgid":"<20170828131605.3173-1-vkuznets@redhat.com>","date":"2017-08-28T13:16:05","name":"[net-next] hinic: don't build the module by default","commit_ref":null,"pull_url":null,"state":"accepted","archived":true,"hash":"1c77b8aa2c38f5ba6927adfd6940ee70197aefbe","submitter":{"id":65701,"url":"http://patchwork.ozlabs.org/api/1.0/people/65701/?format=json","name":"Vitaly Kuznetsov","email":"vkuznets@redhat.com"},"delegate":{"id":34,"url":"http://patchwork.ozlabs.org/api/1.0/users/34/?format=json","username":"davem","first_name":"David","last_name":"Miller","email":"davem@davemloft.net"},"mbox":"http://patchwork.ozlabs.org/project/netdev/patch/20170828131605.3173-1-vkuznets@redhat.com/mbox/","series":[{"id":169,"url":"http://patchwork.ozlabs.org/api/1.0/series/169/?format=json","date":"2017-08-28T13:16:05","name":"[net-next] hinic: don't build the module by default","version":1,"mbox":"http://patchwork.ozlabs.org/series/169/mbox/"}],"check":"pending","checks":"http://patchwork.ozlabs.org/api/patches/806575/checks/","tags":{},"headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","ext-mx07.extmail.prod.ext.phx2.redhat.com;\n\tdmarc=none (p=none dis=none) header.from=redhat.com","ext-mx07.extmail.prod.ext.phx2.redhat.com;\n\tspf=fail smtp.mailfrom=vkuznets@redhat.com"],"Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xgsjH5ZShz9sN5\n\tfor <patchwork-incoming@ozlabs.org>;\n\tMon, 28 Aug 2017 23:16:19 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1751355AbdH1NQJ (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tMon, 28 Aug 2017 09:16:09 -0400","from mx1.redhat.com ([209.132.183.28]:21649 \"EHLO mx1.redhat.com\"\n\trhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP\n\tid S1751198AbdH1NQI (ORCPT <rfc822;netdev@vger.kernel.org>);\n\tMon, 28 Aug 2017 09:16:08 -0400","from smtp.corp.redhat.com\n\t(int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15])\n\t(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))\n\t(No client certificate requested)\n\tby mx1.redhat.com (Postfix) with ESMTPS id 3363FC047B7D;\n\tMon, 28 Aug 2017 13:16:08 +0000 (UTC)","from vitty.brq.redhat.com (unknown [10.43.2.155])\n\tby smtp.corp.redhat.com (Postfix) with ESMTP id 249177FE96;\n\tMon, 28 Aug 2017 13:16:06 +0000 (UTC)"],"DMARC-Filter":"OpenDMARC Filter v1.3.2 mx1.redhat.com 3363FC047B7D","From":"Vitaly Kuznetsov <vkuznets@redhat.com>","To":"netdev@vger.kernel.org","Cc":"Aviad Krawczyk <aviad.krawczyk@huawei.com>, linux-kernel@vger.kernel.org","Subject":"[PATCH net-next] hinic: don't build the module by default","Date":"Mon, 28 Aug 2017 15:16:05 +0200","Message-Id":"<20170828131605.3173-1-vkuznets@redhat.com>","X-Scanned-By":"MIMEDefang 2.79 on 10.5.11.15","X-Greylist":"Sender IP whitelisted, not delayed by milter-greylist-4.5.16\n\t(mx1.redhat.com [10.5.110.31]);\n\tMon, 28 Aug 2017 13:16:08 +0000 (UTC)","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"},"content":"We probably don't want to enable code supporting particular hardware by\ndefault e.g. when someone does 'make defconfig'. Other ethernet modules\ndon't do it.\n\nSigned-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>\n---\n drivers/net/ethernet/huawei/hinic/Kconfig | 1 -\n 1 file changed, 1 deletion(-)","diff":"diff --git a/drivers/net/ethernet/huawei/hinic/Kconfig b/drivers/net/ethernet/huawei/hinic/Kconfig\nindex 69f2b1fba48d..08db24954f7e 100644\n--- a/drivers/net/ethernet/huawei/hinic/Kconfig\n+++ b/drivers/net/ethernet/huawei/hinic/Kconfig\n@@ -5,7 +5,6 @@\n config HINIC\n \ttristate \"Huawei Intelligent PCIE Network Interface Card\"\n \tdepends on (PCI_MSI && X86)\n-\tdefault m\n \t---help---\n \t  This driver supports HiNIC PCIE Ethernet cards.\n \t  To compile this driver as part of the kernel, choose Y here.\n","prefixes":["net-next"]}