netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: dpaa2: build ptp clock driver in default
@ 2019-01-14  9:44 Yangbo Lu
  2019-01-18  1:25 ` Richard Cochran
  0 siblings, 1 reply; 4+ messages in thread
From: Yangbo Lu @ 2019-01-14  9:44 UTC (permalink / raw)
  To: netdev, David S . Miller, Richard Cochran, Ioana Radulescu; +Cc: Yangbo Lu

This patch is to set "default y" for dpaa2 ptp driver building.
It will provide user an available ptp clock in default.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
---
 drivers/net/ethernet/freescale/dpaa2/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/net/ethernet/freescale/dpaa2/Kconfig b/drivers/net/ethernet/freescale/dpaa2/Kconfig
index 809a155..15351fc 100644
--- a/drivers/net/ethernet/freescale/dpaa2/Kconfig
+++ b/drivers/net/ethernet/freescale/dpaa2/Kconfig
@@ -11,6 +11,7 @@ config FSL_DPAA2_PTP_CLOCK
 	tristate "Freescale DPAA2 PTP Clock"
 	depends on FSL_DPAA2_ETH && POSIX_TIMERS
 	select PTP_1588_CLOCK
+	default y
 	help
 	  This driver adds support for using the DPAA2 1588 timer module
 	  as a PTP clock.
-- 
1.7.1

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

end of thread, other threads:[~2019-01-18 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-14  9:44 [PATCH] net: dpaa2: build ptp clock driver in default Yangbo Lu
2019-01-18  1:25 ` Richard Cochran
2019-01-18  7:18   ` Y.b. Lu
2019-01-18 20:14     ` Richard Cochran

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).