[linux] 01/03: [armhf] udeb: Add stmmac platform modules to nic-modules (Closes: #805098)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Nov 19 00:28:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 5e653648437096edc6c397526d1fe6c150b31d71
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sat Nov 14 18:20:10 2015 +0000

    [armhf] udeb: Add stmmac platform modules to nic-modules (Closes: #805098)
    
    Add dwmac-generic, dwmac-socfpga and dwmac-sunxi to nic-modules as
    those are the ones currently built.  Also explicitly enable them in
    the config.
---
 debian/changelog                                       | 2 ++
 debian/config/armhf/config.armmp                       | 3 +++
 debian/installer/armhf/modules/armhf-armmp/nic-modules | 3 +++
 3 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0053bf9..5eca6d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
   * [armhf] Enable new drivers for Allwinner chips (Closes: #804856)
     - crypto: Enable CRYPTO_DEV_SUN4I_SS as module
     - musb: Enable USB_MUSB_SUNXI as module
+  * [armhf] udeb: Add stmmac platform modules dwmac-generic, dwmac-socfpga
+    and dwmac-sunxi to nic-modules (Closes: #805098)
 
   [ Ian Campbell ]
   * [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index 4d65053..d6ce545 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -596,6 +596,9 @@ CONFIG_SMSC911X=m
 ## file: drivers/net/ethernet/stmicro/stmmac/Kconfig
 ##
 CONFIG_STMMAC_ETH=m
+CONFIG_DWMAC_GENERIC=m
+CONFIG_DWMAC_SOCFPGA=m
+CONFIG_DWMAC_SUNXI=m
 
 ##
 ## file: drivers/net/ethernet/ti/Kconfig
diff --git a/debian/installer/armhf/modules/armhf-armmp/nic-modules b/debian/installer/armhf/modules/armhf-armmp/nic-modules
index 13086f0..e3d0df7 100644
--- a/debian/installer/armhf/modules/armhf-armmp/nic-modules
+++ b/debian/installer/armhf/modules/armhf-armmp/nic-modules
@@ -4,6 +4,9 @@ mvmdio
 smsc911x
 stmmac
 stmmac-platform
+dwmac-generic
+dwmac-socfpga
+dwmac-sunxi
 sun4i-emac
 xgmac
 ti_cpsw

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list