Kconfig (5d3043586db428b5b4b3df89fa0c2db9731e934c) | Kconfig (4d68c0be69b65aa260448cea9fb1c555ae90d268) |
---|---|
1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_EHCI_HCD 8 tristate "EHCI HCD (USB 2.0) support" --- 55 unchanged lines hidden (view full) --- 64 highspeed USB hub which is connected to a highspeed USB Host 65 Controller, and some of those devices will not work correctly 66 (possibly due to "ENOSPC" or "-28" errors), say Y. 67 68 If unsure, say N. 69 70config USB_EHCI_BIG_ENDIAN_MMIO 71 bool | 1# 2# USB Host Controller Drivers 3# 4comment "USB Host Controller Drivers" 5 depends on USB 6 7config USB_EHCI_HCD 8 tristate "EHCI HCD (USB 2.0) support" --- 55 unchanged lines hidden (view full) --- 64 highspeed USB hub which is connected to a highspeed USB Host 65 Controller, and some of those devices will not work correctly 66 (possibly due to "ENOSPC" or "-28" errors), say Y. 67 68 If unsure, say N. 69 70config USB_EHCI_BIG_ENDIAN_MMIO 71 bool |
72 depends on USB_EHCI_HCD 73 default n | 72 depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX) 73 default y |
74 75config USB_EHCI_BIG_ENDIAN_DESC 76 bool | 74 75config USB_EHCI_BIG_ENDIAN_DESC 76 bool |
77 depends on USB_EHCI_HCD 78 default n | 77 depends on USB_EHCI_HCD && 440EPX 78 default y |
79 80config USB_ISP116X_HCD 81 tristate "ISP116X HCD support" 82 depends on USB 83 ---help--- 84 The ISP1160 and ISP1161 chips are USB host controllers. Enable this 85 option if your board has this chip. If unsure, say N. 86 --- 157 unchanged lines hidden --- | 79 80config USB_ISP116X_HCD 81 tristate "ISP116X HCD support" 82 depends on USB 83 ---help--- 84 The ISP1160 and ISP1161 chips are USB host controllers. Enable this 85 option if your board has this chip. If unsure, say N. 86 --- 157 unchanged lines hidden --- |