[armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and USB_DWC3_DUAL_ROLE

...instead of USB_DWC3_HOST (Closes: #810048)
This commit is contained in:
Ben Hutchings 2016-01-06 01:33:07 +00:00
parent 14d52aef04
commit 36a0345d68
2 changed files with 10 additions and 1 deletions

7
debian/changelog vendored
View File

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

View File

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