diff options
author | Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> | 2008-01-11 08:56:15 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-01 17:35:03 -0500 |
commit | 828d55c58cba6b652fd30e00c3d940cb7c523e3c (patch) | |
tree | 599fafc3e89281e12eeab5c1dbb39c85ec67c81e /drivers/usb/Kconfig | |
parent | 504b55cc8bca420856159833629da8f9f92d5adc (diff) |
USB: add support for SuperH OHCI
add support for SuperH OHCI.
supported CPU are:
- SH7720
- SH7721
- SH7763
Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
Acked-by: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 8d48d973efcb..755823cdf62a 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
@@ -42,6 +42,10 @@ config USB_ARCH_HAS_OHCI | |||
42 | default y if PPC_MPC52xx | 42 | default y if PPC_MPC52xx |
43 | # MIPS: | 43 | # MIPS: |
44 | default y if SOC_AU1X00 | 44 | default y if SOC_AU1X00 |
45 | # SH: | ||
46 | default y if CPU_SUBTYPE_SH7720 | ||
47 | default y if CPU_SUBTYPE_SH7721 | ||
48 | default y if CPU_SUBTYPE_SH7763 | ||
45 | # more: | 49 | # more: |
46 | default PCI | 50 | default PCI |
47 | 51 | ||