From: Yoshihiro Shimoda Date: Tue, 1 Mar 2011 07:58:37 +0000 (+0900) Subject: usb: EHCI, OHCI: Add configuration for the SH USB controller X-Git-Tag: v2.6.39-rc1~472^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b0bf0f11a02a6c288c7a923b2521aa7cfdc6c3;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed