[v3, 3/6] net: dpaa2: fix dependency of config FSL_DPAA2_ETH

Ioana Ciocoi Radulescu ruxandra.radulescu at nxp.com
Mon Oct 8 09:14:54 UTC 2018


> -----Original Message-----
> From: Yangbo Lu <yangbo.lu at nxp.com>
> Sent: Monday, October 8, 2018 10:44 AM
> To: linux-kernel at vger.kernel.org; devel at driverdev.osuosl.org;
> netdev at vger.kernel.org; Richard Cochran <richardcochran at gmail.com>;
> David S . Miller <davem at davemloft.net>; Ioana Ciocoi Radulescu
> <ruxandra.radulescu at nxp.com>; Greg Kroah-Hartman
> <gregkh at linuxfoundation.org>; Andrew Lunn <andrew at lunn.ch>
> Cc: Y.b. Lu <yangbo.lu at nxp.com>
> Subject: [v3, 3/6] net: dpaa2: fix dependency of config FSL_DPAA2_ETH
> 
> The NETDEVICES dependency and ETHERNET dependency hadn't
> been required since dpaa2-eth was moved out of staging.
> Also allowed COMPILE_TEST for dpaa2-eth.
> 
> Signed-off-by: Yangbo Lu <yangbo.lu at nxp.com>
> ---
> Changes for v3:
> 	- Added this patch.
> ---
>  drivers/net/ethernet/freescale/dpaa2/Kconfig |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/ethernet/freescale/dpaa2/Kconfig
> b/drivers/net/ethernet/freescale/dpaa2/Kconfig
> index 67e6461..a7f365d 100644
> --- a/drivers/net/ethernet/freescale/dpaa2/Kconfig
> +++ b/drivers/net/ethernet/freescale/dpaa2/Kconfig
> @@ -1,7 +1,7 @@
>  config FSL_DPAA2_ETH
>  	tristate "Freescale DPAA2 Ethernet"
>  	depends on FSL_MC_BUS && FSL_MC_DPIO
> -	depends on NETDEVICES && ETHERNET
> +	depends on ARCH_LAYERSCAPE || COMPILE_TEST

Dependency on ARCH_LAYERSCAPE and COMPILE_TEST (for some architectures)
is already implied through FSL_MC_BUS.

Thanks,
Ioana



More information about the devel mailing list