Message ID | 1469105055-25181-4-git-send-email-jaz@semihalf.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Jul 21, 2016 at 02:43:59PM +0200, Grzegorz Jaszczyk wrote:
> Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Why? It's not like this is an on-soc device, but most likely a PCIe card.
Should we build-in all PCIe drivers?
I think it makes more sense to have this as a module rather than built-in.
Hello, On Thu, 21 Jul 2016 13:44:09 +0100, Russell King - ARM Linux wrote: > On Thu, Jul 21, 2016 at 02:43:59PM +0200, Grzegorz Jaszczyk wrote: > > Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> > > Why? It's not like this is an on-soc device, but most likely a PCIe card. > Should we build-in all PCIe drivers? I agree. > I think it makes more sense to have this as a module rather than built-in. I would prefer to not have it all in the defconfig. I'd hate to have a defconfig that builds tons of random modules "just because". Thomas
Hi Russel, Thmoas 2016-07-21 14:46 GMT+02:00 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>: > Hello, > > On Thu, 21 Jul 2016 13:44:09 +0100, Russell King - ARM Linux wrote: >> On Thu, Jul 21, 2016 at 02:43:59PM +0200, Grzegorz Jaszczyk wrote: >> > Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> >> >> Why? It's not like this is an on-soc device, but most likely a PCIe card. >> Should we build-in all PCIe drivers? > > I agree. > >> I think it makes more sense to have this as a module rather than built-in. > > I would prefer to not have it all in the defconfig. I'd hate to have > a defconfig that builds tons of random modules "just because". Both Semihalf and Marvel ISL teams use E1000E NICs with Marvell boards for development/testing purpose, so we always have to enable it manually - that's the reason why I wanted to have it enabled by default. Nevertheless it is indeed not part of the SoC and I understand your arguments. I will drop it in the next patch-set version Thank you, Grzegorz
diff --git a/arch/arm/configs/mvebu_v7_defconfig b/arch/arm/configs/mvebu_v7_defconfig index f1a0e25..000a866 100644 --- a/arch/arm/configs/mvebu_v7_defconfig +++ b/arch/arm/configs/mvebu_v7_defconfig @@ -69,6 +69,7 @@ CONFIG_AHCI_MVEBU=y CONFIG_SATA_MV=y CONFIG_NETDEVICES=y CONFIG_NET_DSA_MV88E6XXX=y +CONFIG_E1000E=y CONFIG_MV643XX_ETH=y CONFIG_MVNETA=y CONFIG_MVPP2=y
Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com> --- arch/arm/configs/mvebu_v7_defconfig | 1 + 1 file changed, 1 insertion(+)