Kconfig (4f2c0a4acffbec01079c28f839422e64ddeff004) Kconfig (70f13579c2f75d869fb989f458fc9937b43c3198)
1# SPDX-License-Identifier: GPL-2.0
2
3config USB_CHIPIDEA
4 tristate "ChipIdea Highspeed Dual Role Controller"
5 depends on ((USB_EHCI_HCD && USB_GADGET) || (USB_EHCI_HCD && !USB_GADGET) || (!USB_EHCI_HCD && USB_GADGET)) && HAS_DMA
6 select EXTCON
7 select RESET_CONTROLLER
8 select USB_ULPI_BUS

--- 29 unchanged lines hidden (view full) ---

38 depends on USB_PCI
39 depends on NOP_USB_XCEIV
40 default USB_CHIPIDEA
41
42config USB_CHIPIDEA_MSM
43 tristate "Enable MSM hsusb glue driver" if EXPERT
44 default USB_CHIPIDEA
45
1# SPDX-License-Identifier: GPL-2.0
2
3config USB_CHIPIDEA
4 tristate "ChipIdea Highspeed Dual Role Controller"
5 depends on ((USB_EHCI_HCD && USB_GADGET) || (USB_EHCI_HCD && !USB_GADGET) || (!USB_EHCI_HCD && USB_GADGET)) && HAS_DMA
6 select EXTCON
7 select RESET_CONTROLLER
8 select USB_ULPI_BUS

--- 29 unchanged lines hidden (view full) ---

38 depends on USB_PCI
39 depends on NOP_USB_XCEIV
40 default USB_CHIPIDEA
41
42config USB_CHIPIDEA_MSM
43 tristate "Enable MSM hsusb glue driver" if EXPERT
44 default USB_CHIPIDEA
45
46config USB_CHIPIDEA_NPCM
47 tristate "Enable NPCM hsusb glue driver" if EXPERT
48 default USB_CHIPIDEA
49
46config USB_CHIPIDEA_IMX
47 tristate "Enable i.MX USB glue driver" if EXPERT
48 depends on OF
49 default USB_CHIPIDEA
50
51config USB_CHIPIDEA_GENERIC
52 tristate "Enable generic USB2 glue driver" if EXPERT
53 default USB_CHIPIDEA
54
55config USB_CHIPIDEA_TEGRA
56 tristate "Enable Tegra USB glue driver" if EXPERT
57 depends on OF
58 default USB_CHIPIDEA
59
60endif
50config USB_CHIPIDEA_IMX
51 tristate "Enable i.MX USB glue driver" if EXPERT
52 depends on OF
53 default USB_CHIPIDEA
54
55config USB_CHIPIDEA_GENERIC
56 tristate "Enable generic USB2 glue driver" if EXPERT
57 default USB_CHIPIDEA
58
59config USB_CHIPIDEA_TEGRA
60 tristate "Enable Tegra USB glue driver" if EXPERT
61 depends on OF
62 default USB_CHIPIDEA
63
64endif