Merge branches 'fixes' and 'misc' into for-next
[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
3ecb3e09 4 select EXTCON
bc25a80d 5 help
71a5e61b 6 Say Y here if your system has a dual role high speed USB
fb67cb00
PC
7 controller based on ChipIdea silicon IP. It supports:
8 Dual-role switch (ID, OTG FSM, sysfs), Host-only, and
9 Peripheral-only.
bc25a80d
AS
10
11 When compiled dynamically, the module will be called ci-hdrc.ko.
e443b333
AS
12
13if USB_CHIPIDEA
14
d728189d
AS
15config USB_CHIPIDEA_OF
16 tristate
17 depends on OF
18 default USB_CHIPIDEA
19
20config USB_CHIPIDEA_PCI
21 tristate
22 depends on PCI
db7869ca 23 depends on NOP_USB_XCEIV
d728189d
AS
24 default USB_CHIPIDEA
25
e443b333
AS
26config USB_CHIPIDEA_UDC
27 bool "ChipIdea device controller"
a0cfdc6b 28 depends on USB_GADGET
e443b333
AS
29 help
30 Say Y here to enable device controller functionality of the
31 ChipIdea driver.
32
eb70e5ab
AS
33config USB_CHIPIDEA_HOST
34 bool "ChipIdea host controller"
a0cfdc6b 35 depends on USB_EHCI_HCD
ca72ae9b 36 select USB_EHCI_ROOT_HUB_TT
eb70e5ab
AS
37 help
38 Say Y here to enable host controller functionality of the
39 ChipIdea driver.
40
e443b333 41endif
This page took 0.293464 seconds and 5 git commands to generate.