summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2015-11-29 18:02:29 +0000
committerBen Hutchings <ben@decadent.org.uk>2015-11-29 18:11:41 +0000
commit10bc2300951bf84f9835a28b16d1b07059412319 (patch)
treed7d56e54cba5af7d3584b7d5cacb61f9f1422efb /debian
parent86b45a9e8e1da81fdc0106c1e99ca5c519223049 (diff)
[armhf] musb: Explicitly enable USB_MUSB_DUAL_ROLE
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/armhf/config.armmp5
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 90e382ff0..72d15fb10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index aa062350a..4a913b1bb 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -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