diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2008-04-10 08:05:58 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-25 00:16:49 -0400 |
commit | 9424ea29658ce5bcdcf527ddf9617b9507ddf1aa (patch) | |
tree | b733f3cd7991d964810b32d7a555bdf9826a63e8 /drivers/usb/host/Kconfig | |
parent | 29fab0cd897519be9009ba8c898410ab83b378e9 (diff) |
USB: r8a66597-hcd: Add support for SH7366 USB host
R8A66597 is similar to SH7366 USB 2.0 Host/Function module. It can
support SH7366 USB host by changing several R8A66597 code.
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 27f295b78055..0b87480dd713 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -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. | ||