usb: dwc_otg_310: support vbus controlled by both gpio and pmic
[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_OTG
12         tristate "RockChip USB 2.0 OTG controller"
13         depends on USB || USB_GADGET
14         ---help---
15           This driver supports Rockchip USB2.0  DWC_OTG
16           controller.
17
18 config DWC_OTG_310
19         tristate
20         default y if USB20_HOST || USB20_OTG
21 endmenu