[ramips] add feature gpio
[15.05/openwrt.git] / target / linux / ramips / files / drivers / usb / dwc_otg / Kconfig
1 config DWC_OTG
2         tristate "Ralink RT305X DWC_OTG support"
3         depends on SOC_RT305X
4         ---help---
5           This driver supports Ralink DWC_OTG
6
7 choice
8         prompt "USB Operation Mode"
9         depends on DWC_OTG
10         default DWC_OTG_HOST_ONLY
11
12 config DWC_OTG_HOST_ONLY
13         bool "HOST ONLY MODE"
14         depends on DWC_OTG
15
16 config DWC_OTG_DEVICE_ONLY
17         bool "DEVICE ONLY MODE"
18         depends on DWC_OTG
19
20 endchoice
21
22 config DWC_OTG_DEBUG
23         bool "Enable debug mode"
24         depends on DWC_OTG