RE: [PATCH] staging: hv: move hv_netvsc out of staging area

From: Haiyang Zhang
Date: Fri Oct 14 2011 - 15:41:01 EST


> -----Original Message-----
> From: Sasha Levin [mailto:levinsasha928@xxxxxxxxx]
> Sent: Friday, October 14, 2011 3:36 PM
> > +
> > +obj-$(CONFIG_HYPERV_NET) += hyperv/
> > diff --git a/drivers/net/hyperv/Kconfig b/drivers/net/hyperv/Kconfig
> > new file mode 100644
> > index 0000000..936968d
> > --- /dev/null
> > +++ b/drivers/net/hyperv/Kconfig
> > @@ -0,0 +1,5 @@
> > +config HYPERV_NET
> > + tristate "Microsoft Hyper-V virtual network driver"
> > + depends on HYPERV
>
> It doesn't depend on NET anymore?

All drivers in drivers/net depends on NET, which is handled by net/Kconfig
already. So we don't need to duplicate the dependency. (suggested by Randy
Dunlap <randy.dunlap@xxxxxxxxxx> in last review.)

Thanks,
- Haiyang

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/