usb: otg: modify default to n for usb2.0
[firefly-linux-kernel-4.4.55.git] / drivers / usb / dwc_otg_310 / Kconfig
1 menu "ROCKCHIP USB Support"
2         depends on ARCH_ROCKCHIP
3
4 config USB20_HOST
5         tristate "Rockchip USB 2.0 host controller"
6         depends on USB
7         ---help---
8           This driver supports Rockchip USB2.0 host
9           controller.
10
11 config USB20_HOST_EN
12         boolean "---usb2.0 host controller enable"
13         depends on USB20_HOST
14
15 config USB20_OTG
16         tristate "RockChip USB 2.0 OTG controller"
17         depends on USB || USB_GADGET
18         ---help---
19           This driver supports Rockchip USB2.0  DWC_OTG
20           controller.
21
22 config USB20_OTG_EN
23         bool "---usb2.0 otg host controller enable"
24         depends on DWC_OTG_HOST_ONLY || DWC_OTG_BOTH_HOST_SLAVE
25
26 config DWC_OTG_310
27         tristate
28         default y if USB20_HOST || USB20_OTG
29 endmenu