Kconfig (da0e8fb00b862aa10265f0c64930b432cd44420b) Kconfig (91bc4d31e81b15aa6e2d075307b8727041f2e2d1)
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 && (PPC_CELLEB || PPC_PS3 || 440EPX)
72 depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX || ARCH_IXP4XX)
73 default y
74
75config USB_EHCI_BIG_ENDIAN_DESC
76 bool
73 default y
74
75config USB_EHCI_BIG_ENDIAN_DESC
76 bool
77 depends on USB_EHCI_HCD && 440EPX
77 depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX)
78 default y
79
80config USB_EHCI_FSL
81 bool
82 depends on USB_EHCI_HCD
83 select USB_EHCI_ROOT_HUB_TT
84 default y if MPC834x || PPC_MPC831x
85 ---help---

--- 187 unchanged lines hidden ---
78 default y
79
80config USB_EHCI_FSL
81 bool
82 depends on USB_EHCI_HCD
83 select USB_EHCI_ROOT_HUB_TT
84 default y if MPC834x || PPC_MPC831x
85 ---help---

--- 187 unchanged lines hidden ---