All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Ahern <dsahern@gmail.com>
To: netdev@vger.kernel.org
Cc: alexandre.belloni@bootlin.com, David Ahern <dsahern@gmail.com>
Subject: [PATCH net-next] net: NET_VENDOR_MICROSEMI should default ot N
Date: Thu, 17 May 2018 08:43:30 -0700	[thread overview]
Message-ID: <20180517154330.10678-1-dsahern@gmail.com> (raw)

Other ethernet drivers default to N. There is no reason for Microsemi
to default to y. I believe Linus has set the bar at a feature that cures
cancer can be enabled by default. [1]

[1] https://lkml.org/lkml/2010/3/2/366

Signed-off-by: David Ahern <dsahern@gmail.com>
---
 drivers/net/ethernet/mscc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/mscc/Kconfig b/drivers/net/ethernet/mscc/Kconfig
index 36c84625d54e..0ef40b05c8af 100644
--- a/drivers/net/ethernet/mscc/Kconfig
+++ b/drivers/net/ethernet/mscc/Kconfig
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: (GPL-2.0 OR MIT)
 config NET_VENDOR_MICROSEMI
 	bool "Microsemi devices"
-	default y
+	default n
 	help
 	  If you have a network (Ethernet) card belonging to this class, say Y.
 
-- 
2.11.0

             reply	other threads:[~2018-05-17 15:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-17 15:43 David Ahern [this message]
2018-05-17 16:02 ` [PATCH net-next] net: NET_VENDOR_MICROSEMI should default ot N Sergei Shtylyov
2018-05-17 16:32 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180517154330.10678-1-dsahern@gmail.com \
    --to=dsahern@gmail.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.