summaryrefslogtreecommitdiff
path: root/ti_config_fragments
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2022-04-19 16:07:28 +0530
committerVignesh Raghavendra <vigneshr@ti.com>2022-04-19 19:08:45 +0530
commit56d0caf74b8e1066be24403a1585ac6843e173a5 (patch)
treea3caf2cf7250ad99eda7baec2d5df662e3993ae4 /ti_config_fragments
parent339a4fa857d268d04ac22070658430e42f5cc377 (diff)
ti_config_fragments: connectivity.cfg: Enable configs required for enabling USB on AM62
On AM62, a new wrapper driver is introduced and on the SK board, the USB0 instance is connected to a Type C port through a TypeC PD controller. Therefore, enable AM62 USB wapper and TYPEC_TPS6598X configs to add the required support. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'ti_config_fragments')
-rw-r--r--ti_config_fragments/connectivity.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/ti_config_fragments/connectivity.cfg b/ti_config_fragments/connectivity.cfg
index 036cdf776060..870ae7455847 100644
--- a/ti_config_fragments/connectivity.cfg
+++ b/ti_config_fragments/connectivity.cfg
@@ -381,6 +381,7 @@ CONFIG_USB_DWC3=m
CONFIG_USB_DWC3_DUAL_ROLE=y
CONFIG_USB_DWC3_OMAP=m
CONFIG_USB_DWC3_KEYSTONE=m
+CONFIG_USB_DWC3_AM62=m
CONFIG_USB_DWC3_PCI=n
CONFIG_USB_DWC2=n
CONFIG_USB_CHIPIDEA=n
@@ -450,6 +451,9 @@ CONFIG_EXTCON=m
CONFIG_EXTCON_PALMAS=m
CONFIG_EXTCON_USB_GPIO=m
+# USB PD controller drivers
+CONFIG_TYPEC_TPS6598X=m
+
# PWM
CONFIG_PWM_TIECAP=y
CONFIG_PWM_TIEHRPWM=y