Skip to content

Commit

Permalink
usb: Enable hcd support on SH unconditionally.
Browse files Browse the repository at this point in the history
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 <lethal@linux-sh.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Paul Mundt authored and Greg Kroah-Hartman committed Aug 22, 2007
1 parent 9644321 commit a3b5351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3b5351

Please sign in to comment.