[armhf] musb: Explicitly enable USB_MUSB_DUAL_ROLE

This commit is contained in:
Ben Hutchings 2015-11-29 18:02:29 +00:00
parent 86b45a9e8e
commit 10bc230095
2 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -29,6 +29,7 @@ linux (4.3-1~exp2) UNRELEASED; urgency=medium
* [armhf] regulator: Enable REGULATOR_PFUZE100 as module (Closes: #806284)
* [armhf] USB: Change USB, USB_GADGET, and various drivers from built-in to
modules
- musb: Enable USB_MUSB_DUAL_ROLE
[ Ian Campbell ]
* [armel/orion5x] Enable Device Tree for orion5x. Patch from Roger Shimizu

View File

@ -908,6 +908,11 @@ CONFIG_USB_HSIC_USB3503=m
## file: drivers/usb/musb/Kconfig
##
CONFIG_USB_MUSB_HDRC=m
## choice: MUSB Mode Selection
# CONFIG_USB_MUSB_HOST is not set
# CONFIG_USB_MUSB_GADGET is not set
CONFIG_USB_MUSB_DUAL_ROLE=y
## end choice
CONFIG_USB_MUSB_SUNXI=m
CONFIG_USB_MUSB_TUSB6010=m
CONFIG_USB_MUSB_OMAP2PLUS=m