> -----Original Message----- > From: Olaf Hering [mailto:o...@aepfle.de] > Sent: Tuesday, July 7, 2015 18:10 > To: Dexuan Cui; Paul Bolle > Cc: gre...@linuxfoundation.org; da...@davemloft.net; > netdev@vger.kernel.org; linux-ker...@vger.kernel.org; driverdev- > de...@linuxdriverproject.org; a...@canonical.com; jasow...@redhat.com; KY > Srinivasan; Haiyang Zhang > Subject: Re: [PATCH 6/7] hvsock: introduce Hyper-V VM Sockets feature > > On Tue, Jul 07, Paul Bolle wrote: > > > On ma, 2015-07-06 at 07:47 -0700, Dexuan Cui wrote: > > > --- /dev/null > > > +++ b/net/hv_sock/Kconfig > > > > > +config HYPERV_SOCK > > > + tristate "Microsoft Hyper-V Socket (EXPERIMENTAL)" > > > + depends on HYPERV > > > + default m > > > It's a bit odd to advise to say N if one is unsure and set the default > > to 'm' at the same time. > > The 'default' line has to be removed IMO. > > Olaf
OK, removing the line seems better than 'default n', though both reproduce the same "# CONFIG_HYPERV_SOCK is not set". -- Dexuan