diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index bf8be2a41a4a..0b87480dd713 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -30,8 +30,8 @@ config USB_EHCI_HCD | |||
30 | module will be called ehci-hcd. | 30 | module will be called ehci-hcd. |
31 | 31 | ||
32 | config USB_EHCI_ROOT_HUB_TT | 32 | config USB_EHCI_ROOT_HUB_TT |
33 | bool "Root Hub Transaction Translators (EXPERIMENTAL)" | 33 | bool "Root Hub Transaction Translators" |
34 | depends on USB_EHCI_HCD && EXPERIMENTAL | 34 | depends on USB_EHCI_HCD |
35 | ---help--- | 35 | ---help--- |
36 | Some EHCI chips have vendor-specific extensions to integrate | 36 | Some EHCI chips have vendor-specific extensions to integrate |
37 | transaction translators, so that no OHCI or UHCI companion | 37 | transaction translators, so that no OHCI or UHCI companion |
@@ -260,3 +260,9 @@ config USB_R8A66597_HCD | |||
260 | To compile this driver as a module, choose M here: the | 260 | To compile this driver as a module, choose M here: the |
261 | module will be called r8a66597-hcd. | 261 | module will be called r8a66597-hcd. |
262 | 262 | ||
263 | config SUPERH_ON_CHIP_R8A66597 | ||
264 | boolean "Enable SuperH on-chip USB like the R8A66597" | ||
265 | depends on USB_R8A66597_HCD && CPU_SUBTYPE_SH7366 | ||
266 | help | ||
267 | Renesas SuperH processor has USB like the R8A66597. | ||
268 | This driver supported processor is SH7366. | ||