commit | 60b0bf0f11a02a6c288c7a923b2521aa7cfdc6c3 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Tue Mar 01 16:58:37 2011 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 01 16:01:46 2011 -0500 |
tree | 33f751ced166fdce75efa89b3b4f9e80b178e009 | |
parent | ad93562bdeecdded7d02eaaaf1aa5705ab57b1b7 [diff] |
usb: EHCI, OHCI: Add configuration for the SH USB controller The SH EHCI/OHCI driver hardcoded the CPU type in {ehci,ohci}-hcd.c. So if we will add the new CPU, we had to add to the hcd driver each time. The patch adds the CONFIG_USB_{EHCI,OHCI}_SH configuration. So if we want to use the SH EHCI/OHCI, we only enable the configuration. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>