RE: [PATCH v5] NET: Add ezchip ethernet driver

From: Noam Camus
Date: Tue Jun 23 2015 - 02:05:48 EST


From: Mahesh Bandewar [mailto:maheshb@xxxxxxxxxx]
Sent: Monday, June 22, 2015 8:45 PM

> > a/drivers/net/ethernet/ezchip/Kconfig
> > b/drivers/net/ethernet/ezchip/Kconfig
> > new file mode 100644
> > index 0000000..d031177
> > --- /dev/null
> > +++ b/drivers/net/ethernet/ezchip/Kconfig
> > @@ -0,0 +1,27 @@
> > +#
> > +# EZchip network device configuration #
> > +
> > +config NET_VENDOR_EZCHIP
> > + bool "EZchip devices"
> > + default y
> >
> Why this has to be included in the default build? Shouldn't it be either "m" or "N" by default?

From what I see this is the common practice for all Ethernet devices.

Noam