[linux] 01/03: [armhf] USB: Change USB, USB_GADGET, and various drivers from built-in to modules

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Nov 29 18:13:19 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 86b45a9e8e1da81fdc0106c1e99ca5c519223049
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Nov 29 18:01:34 2015 +0000

    [armhf] USB: Change USB, USB_GADGET, and various drivers from built-in to modules
---
 debian/changelog                 | 2 ++
 debian/config/armhf/config.armmp | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0fac22e..90e382f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
   * wireless: Enable WL_MEDIATEK, MT7601U as module
   * [x86] drm/i915: shut up gen8+ SDE irq dmesg noise (Closes: #806304)
   * [armhf] regulator: Enable REGULATOR_PFUZE100 as module (Closes: #806284)
+  * [armhf] USB: Change USB, USB_GADGET, and various drivers from built-in to
+    modules
 
   [ 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 2d35c26..aa06235 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -851,7 +851,7 @@ CONFIG_SERIAL_8250_DW=y
 ##
 ## file: drivers/usb/Kconfig
 ##
-CONFIG_USB=y
+CONFIG_USB=m
 
 ##
 ## file: drivers/usb/chipidea/Kconfig
@@ -875,7 +875,7 @@ CONFIG_USB_DWC3_EXYNOS=m
 ##
 ## file: drivers/usb/gadget/Kconfig
 ##
-CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET=m
 
 ##
 ## file: drivers/usb/gadget/legacy/Kconfig
@@ -907,7 +907,7 @@ CONFIG_USB_HSIC_USB3503=m
 ##
 ## file: drivers/usb/musb/Kconfig
 ##
-CONFIG_USB_MUSB_HDRC=y
+CONFIG_USB_MUSB_HDRC=m
 CONFIG_USB_MUSB_SUNXI=m
 CONFIG_USB_MUSB_TUSB6010=m
 CONFIG_USB_MUSB_OMAP2PLUS=m
@@ -918,7 +918,7 @@ CONFIG_MUSB_PIO_ONLY=y
 ##
 ## file: drivers/usb/phy/Kconfig
 ##
-CONFIG_NOP_USB_XCEIV=y
+CONFIG_NOP_USB_XCEIV=m
 CONFIG_AM335X_PHY_USB=m
 CONFIG_TWL6030_USB=m
 CONFIG_USB_MXS_PHY=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