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