From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [v2, 1/5] net: dpaa2: move DPAA2 PTP driver out of staging/ Date: Sat, 29 Sep 2018 21:46:16 +0200 Message-ID: <20180929194616.GA11532@lunn.ch> References: <20180929072645.20027-1-yangbo.lu@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: devel@driverdev.osuosl.org, netdev@vger.kernel.org, Richard Cochran , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , "David S . Miller" To: Yangbo Lu Return-path: Content-Disposition: inline In-Reply-To: <20180929072645.20027-1-yangbo.lu@nxp.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: netdev.vger.kernel.org > +++ b/drivers/net/ethernet/freescale/dpaa2/Kconfig > @@ -0,0 +1,15 @@ > +config FSL_DPAA2_ETH > + tristate "Freescale DPAA2 Ethernet" > + depends on FSL_MC_BUS && FSL_MC_DPIO Could you add in here COMPILE_TEST? > + depends on NETDEVICES && ETHERNET With the move out of staging, i don't think these two are required. Andrew