Message ID | 1473425117-18645-9-git-send-email-clabbe.montjoie@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On Fri, Sep 09, 2016 at 02:45:16PM +0200, Corentin Labbe wrote: > Enable the sun8i-emac driver in the sunxi default configuration > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Could you make the same patch for multi_v7 ? Thanks, Maxime
On Mon, Sep 12, 2016 at 09:30:08AM +0200, Maxime Ripard wrote: > Hi, > > On Fri, Sep 09, 2016 at 02:45:16PM +0200, Corentin Labbe wrote: > > Enable the sun8i-emac driver in the sunxi default configuration > > > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> > > Could you make the same patch for multi_v7 ? > I will Thanks
diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 714da33..153707a 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -40,6 +40,7 @@ CONFIG_ATA=y CONFIG_AHCI_SUNXI=y CONFIG_NETDEVICES=y CONFIG_SUN4I_EMAC=y +CONFIG_SUN8I_EMAC=y # CONFIG_NET_VENDOR_ARC is not set # CONFIG_NET_CADENCE is not set # CONFIG_NET_VENDOR_BROADCOM is not set
Enable the sun8i-emac driver in the sunxi default configuration Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> --- arch/arm/configs/sunxi_defconfig | 1 + 1 file changed, 1 insertion(+)