[lantiq] prepare Makefile for 3.6
[openwrt.git] / target / linux / lantiq / files / drivers / usb / dwc_otg / Kconfig
1 config DWC_OTG
2         tristate "Synopsis DWC_OTG support"
3         depends on USB
4         help
5           This driver supports Synopsis DWC_OTG IP core
6                   embebbed on many SOCs (ralink, infineon, etc)
7
8 choice
9         prompt "USB Operation Mode"
10         depends on DWC_OTG
11         default DWC_OTG_HOST_ONLY
12
13 config DWC_OTG_HOST_ONLY
14         bool "HOST ONLY MODE"
15         depends on DWC_OTG
16
17 #config DWC_OTG_DEVICE_ONLY
18 #        bool "DEVICE ONLY MODE"
19 #        depends on DWC_OTG
20 endchoice
21
22 choice
23         prompt "Platform"
24         depends on DWC_OTG
25         default DWC_OTG_LANTIQ
26
27 config DWC_OTG_LANTIQ
28         bool "Lantiq"
29         depends on LANTIQ
30         help
31           Danube USB Host Controller
32                   platform support
33 endchoice
34
35 config DWC_OTG_DEBUG
36         bool "Enable debug mode"
37         depends on DWC_OTG