From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3D671E0129D for ; Tue, 14 May 2013 07:20:45 -0700 (PDT) Received: from e6520eb (pac33-2-82-240-38-71.fbx.proxad.net [82.240.38.71]) (Authenticated sender: eukrea) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 3EBE74B0105; Tue, 14 May 2013 16:20:39 +0200 (CEST) Date: Tue, 14 May 2013 16:20:37 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Fabio Estevam Message-ID: <20130514162037.56efd217@e6520eb> In-Reply-To: References: <1368540164-13687-1-git-send-email-eric@eukrea.com> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.16; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm-extra][PATCH] linux-boundary: enable some PCIe drivers X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 14:20:47 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Fabio, Le Tue, 14 May 2013 11:08:31 -0300, Fabio Estevam a =C3=A9crit : > On Tue, May 14, 2013 at 11:02 AM, Eric B=C3=A9nard wrot= e: >=20 > > --- a/recipes-kernel/linux/linux-boundary-3.0.35/defconfig > > +++ b/recipes-kernel/linux/linux-boundary-3.0.35/defconfig > > @@ -107,13 +107,13 @@ CONFIG_SCSI_MULTI_LUN=3Dy > > CONFIG_ATA=3Dy > > # CONFIG_SATA_PMP is not set > > CONFIG_SATA_AHCI_PLATFORM=3Dy > > +CONFIG_SATA_SIL24=3Dy > > CONFIG_NETDEVICES=3Dy > > CONFIG_TUN=3Dy > > -CONFIG_MII=3Dy >=20 > Is this removal needed? >=20 It's done by make sevedefconfig as MII seems to be enabled by the new options selected in ethernet. > > CONFIG_MICREL_PHY=3Dy > > CONFIG_NET_ETHERNET=3Dy > > CONFIG_FEC_NAPI=3Dy > > -# CONFIG_NETDEV_1000 is not set > > +CONFIG_R8169=3Dy > > # CONFIG_NETDEV_10000 is not set > > CONFIG_HOSTAP=3Dy > > CONFIG_WL12XX_MENU=3Dy > > @@ -133,6 +133,7 @@ CONFIG_INPUT_MISC=3Dy > > CONFIG_INPUT_UINPUT=3Dy > > CONFIG_INPUT_ISL29023=3Dy > > CONFIG_VT_HW_CONSOLE_BINDING=3Dy > > +CONFIG_SERIAL_8250=3Dy >=20 > Is this addition needed? it enables 8250 PCie drivers (for PCIe UARTS). Eric