aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-01-06 01:33:07 +0000
committerBen Hutchings <ben@decadent.org.uk>2016-01-06 01:33:07 +0000
commit36a0345d6837639c0e64cbe9f5859c3c5270dc5f (patch)
tree55db09a57e3ad2cf2586b692a6b7c0f174ba7dfb
parent14d52aef043711cb1e15644b0e23df855b239a13 (diff)
downloadkernel_replicant_linux-36a0345d6837639c0e64cbe9f5859c3c5270dc5f.tar.gz
kernel_replicant_linux-36a0345d6837639c0e64cbe9f5859c3c5270dc5f.tar.bz2
kernel_replicant_linux-36a0345d6837639c0e64cbe9f5859c3c5270dc5f.zip
[armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and USB_DWC3_DUAL_ROLE
...instead of USB_DWC3_HOST (Closes: #810048)
-rw-r--r--debian/changelog7
-rw-r--r--debian/config/armhf/config.armmp4
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d4154b8d166b..108e5764ba83 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@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 bef9ace033b6..e86061944731 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