[linux] 06/06: [armhf] Enable new drivers for Allwinner chips (Closes: #804856)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Nov 12 17:30:01 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 757098d2d74facfa14db4f15893ef5dd3b8c9fae
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Nov 12 16:49:16 2015 +0000

    [armhf] Enable new drivers for Allwinner chips (Closes: #804856)
    
    - crypto: Enable CRYPTO_DEV_SUN4I_SS as module
    - musb: Enable USB_MUSB_SUNXI as module
---
 debian/changelog                 | 3 +++
 debian/config/armhf/config.armmp | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 16fd5e8..0053bf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
   * [x86] psmouse: Enable MOUSE_PS2_VMMOUSE (Closes: #802929)
     - linux-image: Add versioned Breaks on xserver-xorg-input-vmmouse to
       avoid driver conflicts
+  * [armhf] Enable new drivers for Allwinner chips (Closes: #804856)
+    - crypto: Enable CRYPTO_DEV_SUN4I_SS as module
+    - musb: Enable USB_MUSB_SUNXI as module
 
   [ 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 3529525..4d65053 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -182,6 +182,7 @@ CONFIG_ARM_TEGRA20_CPUFREQ=y
 CONFIG_CRYPTO_DEV_MV_CESA=m
 CONFIG_CRYPTO_DEV_OMAP_SHAM=m
 CONFIG_CRYPTO_DEV_OMAP_AES=m
+CONFIG_CRYPTO_DEV_SUN4I_SS=m
 
 ##
 ## file: drivers/dma/Kconfig
@@ -903,6 +904,7 @@ CONFIG_USB_HSIC_USB3503=m
 ## file: drivers/usb/musb/Kconfig
 ##
 CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_SUNXI=m
 CONFIG_USB_MUSB_TUSB6010=m
 CONFIG_USB_MUSB_OMAP2PLUS=m
 CONFIG_USB_MUSB_AM35X=m

-- 
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