[linux] 01/02: [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and USB_DWC3_DUAL_ROLE
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Jan 10 22:58:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch master
in repository linux.
commit 36a0345d6837639c0e64cbe9f5859c3c5270dc5f
Author: Ben Hutchings <ben at decadent.org.uk>
Date: Wed Jan 6 01:33:07 2016 +0000
[armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and USB_DWC3_DUAL_ROLE
...instead of USB_DWC3_HOST (Closes: #810048)
---
debian/changelog | 7 +++++++
debian/config/armhf/config.armmp | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d4154b8..108e576 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+linux (4.4~rc8-1~exp2) UNRELEASED; urgency=medium
+
+ * [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and
+ USB_DWC3_DUAL_ROLE instead of USB_DWC3_HOST (Closes: #810048)
+
+ -- Ben Hutchings <ben at decadent.org.uk> Wed, 06 Jan 2016 01:28:46 +0000
+
linux (4.4~rc8-1~exp1) experimental; urgency=medium
* New upstream release candidate
diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp
index bef9ace..e860619 100644
--- a/debian/config/armhf/config.armmp
+++ b/debian/config/armhf/config.armmp
@@ -222,6 +222,7 @@ CONFIG_TI_EDMA=y
##
CONFIG_EXTCON=m
CONFIG_EXTCON_PALMAS=m
+CONFIG_EXTCON_USB_GPIO=m
##
## file: drivers/firmware/Kconfig
@@ -319,6 +320,7 @@ CONFIG_OMAP_SSI=m
## file: drivers/hwmon/Kconfig
##
CONFIG_SENSORS_G762=m
+CONFIG_SENSORS_GPIO_FAN=m
##
## file: drivers/hwspinlock/Kconfig
@@ -959,7 +961,7 @@ CONFIG_USB_DWC2_DUAL_ROLE=y
##
CONFIG_USB_DWC3=m
## choice: DWC3 Mode Selection
-CONFIG_USB_DWC3_HOST=y
+CONFIG_USB_DWC3_DUAL_ROLE=y
## end choice
CONFIG_USB_DWC3_OMAP=m
CONFIG_USB_DWC3_EXYNOS=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