diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-02-25 02:38:47 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-10 22:36:27 -0500 |
commit | 0fe48601d819c838c04121bc8d6fffa3a7aaf8e3 (patch) | |
tree | 93404480404f6d6ebe0dba666ae4adc1c15a8e69 /arch/sh | |
parent | c1d0df341fad34f9a763dd1382d256da352d67eb (diff) |
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')
-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 8a9011dced14..ca649d32a843 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -434,6 +434,8 @@ config CPU_SUBTYPE_SH7757 | |||
434 | select CPU_SH4A | 434 | select CPU_SH4A |
435 | select CPU_SHX2 | 435 | select CPU_SHX2 |
436 | select ARCH_WANT_OPTIONAL_GPIOLIB | 436 | select ARCH_WANT_OPTIONAL_GPIOLIB |
437 | select USB_ARCH_HAS_OHCI | ||
438 | select USB_ARCH_HAS_EHCI | ||
437 | help | 439 | help |
438 | Select SH7757 if you have a SH4A SH7757 CPU. | 440 | Select SH7757 if you have a SH4A SH7757 CPU. |
439 | 441 | ||