diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-02-25 07:38:47 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-11 12:36:27 +0900 |
commit | 0fe48601d819c838c04121bc8d6fffa3a7aaf8e3 (patch) | |
tree | 93404480404f6d6ebe0dba666ae4adc1c15a8e69 /arch/sh/Kconfig | |
parent | c1d0df341fad34f9a763dd1382d256da352d67eb (diff) | |
download | linux-3.10-0fe48601d819c838c04121bc8d6fffa3a7aaf8e3.tar.gz linux-3.10-0fe48601d819c838c04121bc8d6fffa3a7aaf8e3.tar.bz2 linux-3.10-0fe48601d819c838c04121bc8d6fffa3a7aaf8e3.zip |
sh: add USB_ARCH_HAS_EHCI and OHCI for SH7757
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 8a9011dced1..ca649d32a84 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -434,6 +434,8 @@ config CPU_SUBTYPE_SH7757 select CPU_SH4A select CPU_SHX2 select ARCH_WANT_OPTIONAL_GPIOLIB + select USB_ARCH_HAS_OHCI + select USB_ARCH_HAS_EHCI help Select SH7757 if you have a SH4A SH7757 CPU. |