MA-12676 Disable TCPC for android auto
TCPC is not necessary for android auto and it will cost some boot time, disable this feature will save about 100ms on imx8qxp and about 30ms on imx8qm. Change-Id: Ibe5ab95d70b0b71f15efa862fd97e89cf64f0978 Signed-off-by: Luo Ji <ji.luo@nxp.com>
This commit is contained in:
parent
74a78490dc
commit
d37cfb9d07
|
|
@ -26,7 +26,6 @@ CONFIG_DM_USB=y
|
|||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_TCPC=y
|
||||
|
||||
CONFIG_USB_GADGET=y
|
||||
#CONFIG_CI_UDC=y
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@ CONFIG_USB_EHCI_HCD=y
|
|||
|
||||
CONFIG_CMD_USB=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_TCPC=y
|
||||
|
||||
CONFIG_USB_GADGET=y
|
||||
#CONFIG_CI_UDC=y
|
||||
|
|
|
|||
Loading…
Reference in New Issue