ANDROID: GKI: Enable CONFIG_USB_TYPEC_UCSI

GKI 1 had CONFIG_USB_TYPEC and CONFIG_USB_TYPEC_TCPM enabled, but forgot
to enable the _UCSI driver as well.  Do that now as everyone relies on
this class driver.

If platform-specific TYPEC changes are needed, just enable the
platform-specific tyepc driver for the specific platform.

Note, for some reason x86 forgot to enable TYPEC entirely, so fix that
up and enable it here so we catch build issues sooner.

Bug: 157965270
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I353eec6ed4f73525408033f283081b8013ede874
This commit is contained in:
Greg Kroah-Hartman
2020-11-20 14:54:15 +01:00
parent 8f0b9faa07
commit ecd9c7d22a
2 changed files with 2 additions and 0 deletions

View File

@@ -436,6 +436,7 @@ CONFIG_USB_CONFIGFS_F_HID=y
CONFIG_TYPEC=y
CONFIG_TYPEC_TCPM=y
CONFIG_TYPEC_TCPCI=y
CONFIG_TYPEC_UCSI=y
CONFIG_MMC=y
# CONFIG_PWRSEQ_EMMC is not set
# CONFIG_PWRSEQ_SIMPLE is not set

View File

@@ -391,6 +391,7 @@ CONFIG_USB_CONFIGFS_F_HID=y
CONFIG_TYPEC=y
CONFIG_TYPEC_TCPM=y
CONFIG_TYPEC_TCPCI=y
CONFIG_TYPEC_UCSI=y
CONFIG_MMC=y
# CONFIG_PWRSEQ_EMMC is not set
# CONFIG_PWRSEQ_SIMPLE is not set