[x86] Enable CONFIG_TYPEC_FUSB302 as a module

Provides support for the USB type-C interface on GPD Pocket UMPC
systems. Also enable its dependencies CONFIG_TYPEC=m and
CONFIG_TYPEC_TCPM=m.
This commit is contained in:
Jeremy Stanley 2018-04-05 16:39:57 +00:00
parent 7ef6ea60ce
commit 9d053a8255
2 changed files with 10 additions and 0 deletions

3
debian/changelog vendored
View File

@ -4,6 +4,9 @@ linux (4.16-1~exp1) UNRELEASED; urgency=medium
[ Jeremy Stanley ]
* [x86] Power management support for GPD Pocket UMPC systems
- Enable CONFIG_TYPEC_FUSB302 as a module (provides support for the USB
type-C interface) along with its dependencies CONFIG_TYPEC=m and
CONFIG_TYPEC_TCPM=m
- Enable CONFIG_BATTERY_MAX17042 as a module (provides support for the
battery level monitor)
- Enable CONFIG_CHARGER_BQ24190 as a module (provides support for the

View File

@ -1732,6 +1732,13 @@ CONFIG_USB_SL811_HCD=m
# CONFIG_USB_SL811_HCD_ISO is not set
CONFIG_USB_SL811_CS=m
##
## file: drivers/usb/typec/Kconfig
##
CONFIG_TYPEC=m
CONFIG_TYPEC_TCPM=m
CONFIG_TYPEC_FUSB302=m
##
## file: drivers/vfio/Kconfig
##