From: Paul Mundt Date: Tue, 7 Aug 2007 10:21:09 +0000 (+0900) Subject: usb: Enable hcd support on SH unconditionally. X-Git-Tag: v2.6.23-rc4~29^2~26 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b53514bd89c77c6aaf80b0ea37249d79c3f3bd;p=linux-2.6 usb: Enable hcd support on SH unconditionally. Previous boards were likely seeing USB_ARCH_HAS_HCD selected by way of PCMCIA or PCI, though none of those are required for hcd support on SH. Enable support unconditionally. Signed-off-by: Paul Mundt Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 6343689268..7580aa5da0 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -21,6 +21,7 @@ config USB_ARCH_HAS_HCD default y if USB_ARCH_HAS_EHCI default y if PCMCIA && !M32R # sl811_cs default y if ARM # SL-811 + default y if SUPERH # r8a66597-hcd default PCI # many non-PCI SOC chips embed OHCI