From 011fae1b8f93b6f591450a9e8b89c6a0bac6271f Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Thu, 7 Oct 2021 16:52:27 +0200 Subject: [PATCH] imx8mn-somdevices: Disable CONFIG_USB_TCPC to enable USB. Signed-off-by: Josep Orga --- configs/imx8mn_somdevices_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/imx8mn_somdevices_defconfig b/configs/imx8mn_somdevices_defconfig index 27be8f8957..7218d77362 100644 --- a/configs/imx8mn_somdevices_defconfig +++ b/configs/imx8mn_somdevices_defconfig @@ -130,7 +130,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