chipidea: introduce specific Kconfig options for glue drivers
[deliverable/linux.git] / drivers / usb / chipidea / Kconfig
1 config USB_CHIPIDEA
2 tristate "ChipIdea Highspeed Dual Role Controller"
3 depends on ((USB_EHCI_HCD && USB_GADGET) || (USB_EHCI_HCD && !USB_GADGET) || (!USB_EHCI_HCD && USB_GADGET)) && HAS_DMA
4 help
5 Say Y here if your system has a dual role high speed USB
6 controller based on ChipIdea silicon IP. Currently, only the
7 peripheral mode is supported.
8
9 When compiled dynamically, the module will be called ci-hdrc.ko.
10
11 if USB_CHIPIDEA
12
13 config USB_CHIPIDEA_OF
14 tristate
15 depends on OF
16 default USB_CHIPIDEA
17
18 config USB_CHIPIDEA_PCI
19 tristate
20 depends on PCI
21 default USB_CHIPIDEA
22
23 config USB_CHIPIDEA_UDC
24 bool "ChipIdea device controller"
25 depends on USB_GADGET
26 help
27 Say Y here to enable device controller functionality of the
28 ChipIdea driver.
29
30 config USB_CHIPIDEA_HOST
31 bool "ChipIdea host controller"
32 depends on USB_EHCI_HCD
33 select USB_EHCI_ROOT_HUB_TT
34 help
35 Say Y here to enable host controller functionality of the
36 ChipIdea driver.
37
38 config USB_CHIPIDEA_DEBUG
39 bool "ChipIdea driver debug"
40 help
41 Say Y here to enable debugging output of the ChipIdea driver.
42
43 endif
This page took 0.031633 seconds and 6 git commands to generate.