Kconfig (622f8061a68d3f7a576c20a47b7f3bae7c8cfbef) | Kconfig (45e83889eb291714d3a4727e98e2488074affbf8) |
---|---|
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" --- 167 unchanged lines hidden (view full) --- 176 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx) 177 default y 178 select USB_OHCI_BIG_ENDIAN_DESC 179 select USB_OHCI_BIG_ENDIAN_MMIO 180 ---help--- 181 Enables support for the USB controller on the MPC52xx or 182 STB03xxx processor chip. If unsure, say Y. 183 | 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" --- 167 unchanged lines hidden (view full) --- 176 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx) 177 default y 178 select USB_OHCI_BIG_ENDIAN_DESC 179 select USB_OHCI_BIG_ENDIAN_MMIO 180 ---help--- 181 Enables support for the USB controller on the MPC52xx or 182 STB03xxx processor chip. If unsure, say Y. 183 |
184config USB_OHCI_HCD_PPC_OF 185 bool "OHCI support for PPC USB controller on OF platform bus" | 184config USB_OHCI_HCD_PPC_OF_BE 185 bool "OHCI support for OF platform bus (big endian)" |
186 depends on USB_OHCI_HCD && PPC_OF | 186 depends on USB_OHCI_HCD && PPC_OF |
187 default y | 187 select USB_OHCI_BIG_ENDIAN_DESC 188 select USB_OHCI_BIG_ENDIAN_MMIO |
188 ---help--- | 189 ---help--- |
189 Enables support for the USB controller PowerPC present on the | 190 Enables support for big-endian USB controllers present on the |
190 OpenFirmware platform bus. 191 | 191 OpenFirmware platform bus. 192 |
192config USB_OHCI_HCD_PPC_OF_BE 193 bool "Support big endian HC" 194 depends on USB_OHCI_HCD_PPC_OF 195 default y 196 select USB_OHCI_BIG_ENDIAN_DESC 197 select USB_OHCI_BIG_ENDIAN_MMIO 198 | |
199config USB_OHCI_HCD_PPC_OF_LE | 193config USB_OHCI_HCD_PPC_OF_LE |
200 bool "Support little endian HC" 201 depends on USB_OHCI_HCD_PPC_OF 202 default n | 194 bool "OHCI support for OF platform bus (little endian)" 195 depends on USB_OHCI_HCD && PPC_OF |
203 select USB_OHCI_LITTLE_ENDIAN | 196 select USB_OHCI_LITTLE_ENDIAN |
197 ---help--- 198 Enables support for little-endian USB controllers present on the 199 OpenFirmware platform bus. |
|
204 | 200 |
201config USB_OHCI_HCD_PPC_OF 202 bool 203 depends on USB_OHCI_HCD && PPC_OF 204 default USB_OHCI_HCD_PPC_OF_BE || USB_OHCI_HCD_PPC_OF_LE 205 |
|
205config USB_OHCI_HCD_PCI 206 bool "OHCI support for PCI-bus USB controllers" 207 depends on USB_OHCI_HCD && PCI && (STB03xxx || PPC_MPC52xx || USB_OHCI_HCD_PPC_OF) 208 default y 209 select USB_OHCI_LITTLE_ENDIAN 210 ---help--- 211 Enables support for PCI-bus plug-in USB controller cards. 212 If unsure, say Y. --- 159 unchanged lines hidden --- | 206config USB_OHCI_HCD_PCI 207 bool "OHCI support for PCI-bus USB controllers" 208 depends on USB_OHCI_HCD && PCI && (STB03xxx || PPC_MPC52xx || USB_OHCI_HCD_PPC_OF) 209 default y 210 select USB_OHCI_LITTLE_ENDIAN 211 ---help--- 212 Enables support for PCI-bus plug-in USB controller cards. 213 If unsure, say Y. --- 159 unchanged lines hidden --- |