From 964101a70c54f197f8b56b6455651adc22dee672 Mon Sep 17 00:00:00 2001 From: Dragan Cecavac Date: Tue, 23 May 2017 21:11:06 +0200 Subject: [PATCH] MIPS: ci20: defconfig: Enable CONFIG_USB_DWC2_DISABLE_VOD By disabling VBUS overcurrent detection OTG HOST mode functionality stops being dependant on the type of power supply. Change-Id: I3e720cec77dbaa37cd15ba75cdfc6baaeba5025e Signed-off-by: Dragan Cecavac --- arch/mips/configs/ci20_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/configs/ci20_defconfig b/arch/mips/configs/ci20_defconfig index 575ee1d212d3d4..ee300eeb02efc3 100644 --- a/arch/mips/configs/ci20_defconfig +++ b/arch/mips/configs/ci20_defconfig @@ -716,6 +716,7 @@ CONFIG_USBIP_CORE=m CONFIG_USBIP_VHCI_HCD=m CONFIG_USBIP_HOST=m CONFIG_USB_DWC2=y +CONFIG_USB_DWC2_DISABLE_VOD=y CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_AIRCABLE=m