--- zzzz-none-000/linux-2.6.28.10/drivers/usb/host/Kconfig 2009-05-02 18:54:43.000000000 +0000 +++ fusiv-7390-686/linux-2.6.28.10/drivers/usb/host/Kconfig 2012-02-14 14:37:49.000000000 +0000 @@ -78,7 +78,7 @@ config USB_EHCI_BIG_ENDIAN_DESC bool - depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX) + depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX || FUSIV_VX185) default y config USB_EHCI_FSL @@ -96,6 +96,23 @@ Enables support for the USB controller present on the PowerPC OpenFirmware platform bus. +config USB_EHCI_BIG_ENDIAN_MMIO + bool + depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX || ARCH_IXP4XX) + default y + +config USB_EHCI_BIG_ENDIAN_DESC + bool + depends on USB_EHCI_HCD && (440EPX || ARCH_IXP4XX) + default y + +config USB_EHCI_FSL + bool + select USB_EHCI_ROOT_HUB_TT + default y if MPC834x || PPC_MPC831x + ---help--- + Variation of ARC USB block used in some Freescale chips. + config USB_ISP116X_HCD tristate "ISP116X HCD support" depends on USB @@ -196,6 +213,7 @@ config USB_OHCI_BIG_ENDIAN_DESC bool depends on USB_OHCI_HCD + default y if FUSIV_VX185 default n config USB_OHCI_BIG_ENDIAN_MMIO @@ -206,7 +224,7 @@ config USB_OHCI_LITTLE_ENDIAN bool depends on USB_OHCI_HCD - default n if STB03xxx || PPC_MPC52xx + default n if STB03xxx || PPC_MPC52xx || FUSIV_VX185 default y config USB_UHCI_HCD