From: Jianqun Xu Date: Thu, 23 Mar 2017 10:35:04 +0000 (+0800) Subject: usb: otg: modify default to n for usb2.0 X-Git-Tag: firefly_0821_release~235 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f33c5b9d6e2f3bfe927dd23334835940174de12a;p=firefly-linux-kernel-4.4.55.git usb: otg: modify default to n for usb2.0 Change-Id: I6dc85a9fbf89b35afe67fc119f0d60a130691317 Signed-off-by: Jianqun Xu --- diff --git a/drivers/usb/dwc_otg_310/Kconfig b/drivers/usb/dwc_otg_310/Kconfig index 5e6fe2fa7537..95dbe64a32a2 100755 --- a/drivers/usb/dwc_otg_310/Kconfig +++ b/drivers/usb/dwc_otg_310/Kconfig @@ -11,7 +11,6 @@ config USB20_HOST config USB20_HOST_EN boolean "---usb2.0 host controller enable" depends on USB20_HOST - default y config USB20_OTG tristate "RockChip USB 2.0 OTG controller" @@ -23,7 +22,6 @@ config USB20_OTG config USB20_OTG_EN bool "---usb2.0 otg host controller enable" depends on DWC_OTG_HOST_ONLY || DWC_OTG_BOTH_HOST_SLAVE - default y config DWC_OTG_310 tristate