Kconfig (2ade0c1d9d93b7642212657ef76f4a1e30233711) | Kconfig (b0848aea10da186372582f33152efdda43944f26) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 108 unchanged lines hidden (view full) --- 117 118config USB_FSL_MPH_DR_OF 119 tristate 120 121config USB_EHCI_FSL 122 bool "Support for Freescale on-chip EHCI USB controller" 123 depends on USB_EHCI_HCD && FSL_SOC 124 select USB_EHCI_ROOT_HUB_TT | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_C67X00_HCD 8 tristate "Cypress C67x00 HCD support" --- 108 unchanged lines hidden (view full) --- 117 118config USB_FSL_MPH_DR_OF 119 tristate 120 121config USB_EHCI_FSL 122 bool "Support for Freescale on-chip EHCI USB controller" 123 depends on USB_EHCI_HCD && FSL_SOC 124 select USB_EHCI_ROOT_HUB_TT |
125 select USB_FSL_MPH_DR_OF if OF | 125 select USB_FSL_MPH_DR_OF |
126 ---help--- 127 Variation of ARC USB block used in some Freescale chips. 128 129config USB_EHCI_MXC 130 bool "Support for Freescale on-chip EHCI USB controller" 131 depends on USB_EHCI_HCD && ARCH_MXC 132 select USB_EHCI_ROOT_HUB_TT 133 ---help--- 134 Variation of ARC USB block used in some Freescale chips. 135 | 126 ---help--- 127 Variation of ARC USB block used in some Freescale chips. 128 129config USB_EHCI_MXC 130 bool "Support for Freescale on-chip EHCI USB controller" 131 depends on USB_EHCI_HCD && ARCH_MXC 132 select USB_EHCI_ROOT_HUB_TT 133 ---help--- 134 Variation of ARC USB block used in some Freescale chips. 135 |
136config USB_EHCI_HCD_OMAP 137 bool "EHCI support for OMAP3 and later chips" 138 depends on USB_EHCI_HCD && ARCH_OMAP 139 default y 140 --- help --- 141 Enables support for the on-chip EHCI controller on 142 OMAP3 and later chips. 143 144config USB_EHCI_MSM 145 bool "Support for MSM on-chip EHCI USB controller" 146 depends on USB_EHCI_HCD && ARCH_MSM 147 select USB_EHCI_ROOT_HUB_TT 148 select USB_MSM_OTG_72K 149 ---help--- 150 Enables support for the USB Host controller present on the 151 Qualcomm chipsets. Root Hub has inbuilt TT. 152 This driver depends on OTG driver for PHY initialization, 153 clock management, powering up VBUS. 154 |
|
136config USB_EHCI_HCD_PPC_OF 137 bool "EHCI support for PPC USB controller on OF platform bus" 138 depends on USB_EHCI_HCD && PPC_OF 139 default y 140 ---help--- 141 Enables support for the USB controller present on the PowerPC 142 OpenFirmware platform bus. 143 --- 319 unchanged lines hidden --- | 155config USB_EHCI_HCD_PPC_OF 156 bool "EHCI support for PPC USB controller on OF platform bus" 157 depends on USB_EHCI_HCD && PPC_OF 158 default y 159 ---help--- 160 Enables support for the USB controller present on the PowerPC 161 OpenFirmware platform bus. 162 --- 319 unchanged lines hidden --- |