[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190114094423.1204-1-yangbo.lu@nxp.com>
Date:   Mon, 14 Jan 2019 17:44:23 +0800
From:   Yangbo Lu <yangbo.lu@....com>
To:     netdev@...r.kernel.org, "David S . Miller" <davem@...emloft.net>,
        Richard Cochran <richardcochran@...il.com>,
        Ioana Radulescu <ruxandra.radulescu@....com>
Cc:     Yangbo Lu <yangbo.lu@....com>
Subject: [PATCH] net: dpaa2: build ptp clock driver in default
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@....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
Powered by blists - more mailing lists
 
