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

This commit is contained in:
Ben Hutchings 2015-11-29 18:01:34 +00:00
parent 4e5e49d74d
commit 86b45a9e8e
2 changed files with 6 additions and 4 deletions

2
debian/changelog vendored
View File

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

View File

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