> -----Original Message----- > From: Yangbo Lu <[email protected]> > Sent: Monday, October 8, 2018 10:44 AM > To: [email protected]; [email protected]; > [email protected]; Richard Cochran <[email protected]>; > David S . Miller <[email protected]>; Ioana Ciocoi Radulescu > <[email protected]>; Greg Kroah-Hartman > <[email protected]>; Andrew Lunn <[email protected]> > Cc: Y.b. Lu <[email protected]> > 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 <[email protected]> > --- > 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 _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
