Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 98d1a25

Browse files
author
Ramji Jiyani
committed
ANDROID: GKI: Enable USB C DP alternate mode support
CONFIG_TYPEC_DP_ALTMODE: DisplayPort Alternate Mode driver DisplayPort USB Type-C Alternate Mode allows DisplayPort displays and adapters to be attached to the USB Type-C connectors on the system. Bug: 273310676 Test: TH Change-Id: Iedde3b15911674161a5a5aa658afdce26aa6d2fe Signed-off-by: Ramji Jiyani <ramjiyani@google.com> (cherry picked from commit a101547)
1 parent 71c5498 commit 98d1a25

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm64/configs/gki_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ CONFIG_TYPEC=y
499499
CONFIG_TYPEC_TCPM=y
500500
CONFIG_TYPEC_TCPCI=y
501501
CONFIG_TYPEC_UCSI=y
502+
CONFIG_TYPEC_DP_ALTMODE=y
502503
CONFIG_MMC=y
503504
# CONFIG_PWRSEQ_EMMC is not set
504505
# CONFIG_PWRSEQ_SIMPLE is not set

arch/x86/configs/gki_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ CONFIG_TYPEC=y
468468
CONFIG_TYPEC_TCPM=y
469469
CONFIG_TYPEC_TCPCI=y
470470
CONFIG_TYPEC_UCSI=y
471+
CONFIG_TYPEC_DP_ALTMODE=y
471472
CONFIG_MMC=y
472473
# CONFIG_PWRSEQ_EMMC is not set
473474
# CONFIG_PWRSEQ_SIMPLE is not set

0 commit comments

Comments
 (0)