diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 62711870f8ee..2f529828c74d 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -69,8 +69,20 @@ config USB_EHCI_TT_NEWSCHED | |||
69 | 69 | ||
70 | config USB_EHCI_BIG_ENDIAN_MMIO | 70 | config USB_EHCI_BIG_ENDIAN_MMIO |
71 | bool | 71 | bool |
72 | depends on USB_EHCI_HCD | 72 | depends on USB_EHCI_HCD && (PPC_CELLEB || PPC_PS3 || 440EPX) |
73 | default n | 73 | default y |
74 | |||
75 | config USB_EHCI_BIG_ENDIAN_DESC | ||
76 | bool | ||
77 | depends on USB_EHCI_HCD && 440EPX | ||
78 | default y | ||
79 | |||
80 | config USB_EHCI_FSL | ||
81 | bool | ||
82 | select USB_EHCI_ROOT_HUB_TT | ||
83 | default y if MPC834x || PPC_MPC831x | ||
84 | ---help--- | ||
85 | Variation of ARC USB block used in some Freescale chips. | ||
74 | 86 | ||
75 | config USB_ISP116X_HCD | 87 | config USB_ISP116X_HCD |
76 | tristate "ISP116X HCD support" | 88 | tristate "ISP116X HCD support" |
@@ -224,3 +236,15 @@ config USB_SL811_CS | |||
224 | To compile this driver as a module, choose M here: the | 236 | To compile this driver as a module, choose M here: the |
225 | module will be called "sl811_cs". | 237 | module will be called "sl811_cs". |
226 | 238 | ||
239 | config USB_R8A66597_HCD | ||
240 | tristate "R8A66597 HCD suppoort" | ||
241 | depends on USB | ||
242 | help | ||
243 | The R8A66597 is a USB 2.0 host and peripheral controller. | ||
244 | |||
245 | Enable this option if your board has this chip, and you want | ||
246 | to use it as a host controller. If unsure, say N. | ||
247 | |||
248 | To compile this driver as a module, choose M here: the | ||
249 | module will be called r8a66597-hcd. | ||
250 | |||