Kconfig (95a0c7c2d6cfde3fb5fdb713428ed0df4d6bdd58) Kconfig (7b81a586517cae20b7402ca57a4c98fbd69728eb)
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 depends on HAS_IOMEM

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

40 Adds an xHCI host driver for a generic platform device, which
41 provides a memory space and an irq.
42 It is also a prerequisite for platform specific drivers that
43 implement some extra quirks.
44
45 If unsure, say N.
46
47config USB_XHCI_MTK
1#
2# USB Host Controller Drivers
3#
4comment "USB Host Controller Drivers"
5
6config USB_C67X00_HCD
7 tristate "Cypress C67x00 HCD support"
8 depends on HAS_IOMEM

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

40 Adds an xHCI host driver for a generic platform device, which
41 provides a memory space and an irq.
42 It is also a prerequisite for platform specific drivers that
43 implement some extra quirks.
44
45 If unsure, say N.
46
47config USB_XHCI_MTK
48 tristate "xHCI support for Mediatek MT65xx/MT7621"
48 tristate "xHCI support for MediaTek SoCs"
49 select MFD_SYSCON
50 depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
51 ---help---
52 Say 'Y' to enable the support for the xHCI host controller
49 select MFD_SYSCON
50 depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
51 ---help---
52 Say 'Y' to enable the support for the xHCI host controller
53 found in Mediatek MT65xx SoCs.
53 found in MediaTek SoCs.
54 If unsure, say N.
55
56config USB_XHCI_MVEBU
57 tristate "xHCI support for Marvell Armada 375/38x"
58 select USB_XHCI_PLATFORM
59 depends on HAS_IOMEM
60 depends on ARCH_MVEBU || COMPILE_TEST
61 ---help---

--- 762 unchanged lines hidden ---
54 If unsure, say N.
55
56config USB_XHCI_MVEBU
57 tristate "xHCI support for Marvell Armada 375/38x"
58 select USB_XHCI_PLATFORM
59 depends on HAS_IOMEM
60 depends on ARCH_MVEBU || COMPILE_TEST
61 ---help---

--- 762 unchanged lines hidden ---