Kconfig (e10d3fc5bcb06989db65c57d5a690dc453e11cf8) Kconfig (c508f41da07882602d7eda9268febbefc095695a)
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

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

47 ---help---
48 Adds an xHCI host driver for a generic platform device, which
49 provides a memory space and an irq.
50 It is also a prerequisite for platform specific drivers that
51 implement some extra quirks.
52
53 If unsure, say N.
54
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

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

47 ---help---
48 Adds an xHCI host driver for a generic platform device, which
49 provides a memory space and an irq.
50 It is also a prerequisite for platform specific drivers that
51 implement some extra quirks.
52
53 If unsure, say N.
54
55config USB_XHCI_HISTB
56 tristate "xHCI support for HiSilicon STB SoCs"
57 depends on USB_XHCI_PLATFORM && (ARCH_HISI || COMPILE_TEST)
58 help
59 Say 'Y' to enable the support for the xHCI host controller
60 found in HiSilicon STB SoCs.
61
55config USB_XHCI_MTK
56 tristate "xHCI support for MediaTek SoCs"
57 select MFD_SYSCON
58 depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
59 ---help---
60 Say 'Y' to enable the support for the xHCI host controller
61 found in MediaTek SoCs.
62 If unsure, say N.

--- 723 unchanged lines hidden ---
62config USB_XHCI_MTK
63 tristate "xHCI support for MediaTek SoCs"
64 select MFD_SYSCON
65 depends on (MIPS && SOC_MT7621) || ARCH_MEDIATEK || COMPILE_TEST
66 ---help---
67 Say 'Y' to enable the support for the xHCI host controller
68 found in MediaTek SoCs.
69 If unsure, say N.

--- 723 unchanged lines hidden ---