Re: [v2, 1/5] net: dpaa2: move DPAA2 PTP driver out of staging/

From: Andrew Lunn
Date: Sat Sep 29 2018 - 15:46:39 EST


> +++ 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