[linux-yocto] [PATCH 3/8] meta/common-pc: Add common Realtek and Atheros Ethernet drivers
Paul Gortmaker
paul.gortmaker at windriver.com
Sat Sep 7 09:44:24 PDT 2013
[Re: [linux-yocto] [PATCH 3/8] meta/common-pc: Add common Realtek and Atheros Ethernet drivers] On 07/09/2013 (Sat 01:01) Darren Hart wrote:
> On Fri, 2013-09-06 at 18:59 -0400, Paul Gortmaker wrote:
> > [[linux-yocto] [PATCH 3/8] meta/common-pc: Add common Realtek and Atheros Ethernet drivers] On 06/09/2013 (Fri 15:44) Darren Hart wrote:
> >
> > > Add the 8139*, R8169, and ATL1E drivers per popular demand.
> >
> > Are the Atheros things not wireless? Perhaps separate out the generic
> > COTS PCI ethernet cards from the added wireless devices? At least as
> > a separate commit, even if it remains changing the same file.
>
> Nope, the ATL1E is wired Gigabit Ethernet.
>
> Symbol: ATL1E [=n]
> Type : tristate
> Prompt: Atheros L1E Gigabit Ethernet support
Aha, so ignore my comment then, and sorry for the noise.
P.
--
>
> --
> Darren
>
> >
> > Paul.
> > --
> >
> > >
> > > Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> > > ---
> > > .../kernel-cache/bsp/common-pc/common-pc-eth.cfg | 6 ++++++
> > > 1 file changed, 6 insertions(+)
> > >
> > > diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg
> > > index 94ca90a..c687f8a 100644
> > > --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg
> > > +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg
> > > @@ -10,3 +10,9 @@ CONFIG_NET_VENDOR_INTEL=y
> > > CONFIG_E1000=m
> > > CONFIG_NET_VENDOR_AMD=y
> > > CONFIG_PCNET32=m
> > > +CONFIG_NET_VENDOR_REALTEK=y
> > > +CONFIG_8139CP=m
> > > +CONFIG_8139TOO=m
> > > +CONFIG_R8169=m
> > > +CONFIG_NET_VENDOR_ATHEROS=y
> > > +CONFIG_ATL1E=m
> > > --
> > > 1.7.9.5
> > >
> > > _______________________________________________
> > > linux-yocto mailing list
> > > linux-yocto at yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/linux-yocto
> > _______________________________________________
> > linux-yocto mailing list
> > linux-yocto at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/linux-yocto
>
> --
> Darren Hart
> Intel Open Source Technology Center
> Yocto Project - Linux Kernel
>
>
> _______________________________________________
> linux-yocto mailing list
> linux-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto
More information about the linux-yocto
mailing list