linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: Don't default Cavium PTP driver to 'y'
@ 2019-02-05 20:47 Bjorn Helgaas
  2019-02-07  3:48 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2019-02-05 20:47 UTC (permalink / raw)
  To: David S. Miller
  Cc: Aleksey Makarov, Radoslaw Biernacki, Philippe Ombredanne, netdev,
	linux-kernel, linux-arm-kernel

From: Bjorn Helgaas <bhelgaas@google.com>

8c56df372bc1 ("net: add support for Cavium PTP coprocessor") added the
Cavium PTP coprocessor driver and enabled it by default.  Remove the
"default y" because the driver only applies to Cavium ThunderX processors.

Fixes: 8c56df372bc1 ("net: add support for Cavium PTP coprocessor")
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 drivers/net/ethernet/cavium/Kconfig |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/ethernet/cavium/Kconfig b/drivers/net/ethernet/cavium/Kconfig
index 5f03199a3acf..05f4a3b21e29 100644
--- a/drivers/net/ethernet/cavium/Kconfig
+++ b/drivers/net/ethernet/cavium/Kconfig
@@ -54,7 +54,6 @@ config CAVIUM_PTP
 	tristate "Cavium PTP coprocessor as PTP clock"
 	depends on 64BIT && PCI
 	imply PTP_1588_CLOCK
-	default y
 	---help---
 	  This driver adds support for the Precision Time Protocol Clocks and
 	  Timestamping coprocessor (PTP) found on Cavium processors.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: Don't default Cavium PTP driver to 'y'
  2019-02-05 20:47 [PATCH] net: Don't default Cavium PTP driver to 'y' Bjorn Helgaas
@ 2019-02-07  3:48 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2019-02-07  3:48 UTC (permalink / raw)
  To: helgaas
  Cc: aleksey.makarov, rad, pombredanne, netdev, linux-kernel,
	linux-arm-kernel

From: Bjorn Helgaas <helgaas@kernel.org>
Date: Tue, 05 Feb 2019 14:47:21 -0600

> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> 8c56df372bc1 ("net: add support for Cavium PTP coprocessor") added the
> Cavium PTP coprocessor driver and enabled it by default.  Remove the
> "default y" because the driver only applies to Cavium ThunderX processors.
> 
> Fixes: 8c56df372bc1 ("net: add support for Cavium PTP coprocessor")
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-07  3:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-05 20:47 [PATCH] net: Don't default Cavium PTP driver to 'y' Bjorn Helgaas
2019-02-07  3:48 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).