From e937d54385b215a2e1fcbf0b0dfa83d5502ccd86 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Thu, 7 Sep 2023 11:53:44 +0200 Subject: [PATCH] imx8mp-somdevices: configs: Disable CONFIG_USB_TCPC to enable USB. Signed-off-by: Josep Orga --- configs/imx8mp_somdevices_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/imx8mp_somdevices_defconfig b/configs/imx8mp_somdevices_defconfig index d2add39978..6362bf01f1 100644 --- a/configs/imx8mp_somdevices_defconfig +++ b/configs/imx8mp_somdevices_defconfig @@ -138,7 +138,7 @@ CONFIG_SYSRESET=y CONFIG_SYSRESET_PSCI=y CONFIG_DM_THERMAL=y CONFIG_IMX_TMU=y -CONFIG_USB_TCPC=y +# CONFIG_USB_TCPC is not set CONFIG_USB=y CONFIG_USB_GADGET=y CONFIG_USB_STORAGE=y -- 2.17.1