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
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.
9 When compiled dynamically, the module will be called ci-hdrc.ko.
13 config USB_CHIPIDEA_OF
18 config USB_CHIPIDEA_PCI
21 depends on NOP_USB_XCEIV
24 config USB_CHIPIDEA_UDC
25 bool "ChipIdea device controller"
28 Say Y here to enable device controller functionality of the
31 config USB_CHIPIDEA_HOST
32 bool "ChipIdea host controller"
33 depends on USB_EHCI_HCD
34 select USB_EHCI_ROOT_HUB_TT
36 Say Y here to enable host controller functionality of the
39 config USB_CHIPIDEA_DEBUG
40 bool "ChipIdea driver debug"
42 Say Y here to enable debugging output of the ChipIdea driver.