Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5487
b: refs/heads/master
c: 3eb0c5f
h: refs/heads/master
i:
  5485: 0cf54fa
  5483: c230d18
  5479: 1bd47f7
  5471: 0f5e30b
v: v3
  • Loading branch information
Ben Dooks authored and Linus Torvalds committed Jul 29, 2005
1 parent 4cb886c commit fa316cc
Show file tree
Hide file tree
Showing 4 changed files with 503 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f29080976d109b6c08e42be8a1888f338785c502
refs/heads/master: 3eb0c5f4b539873ca88f8597db6a49e83ddfd7e2
1 change: 1 addition & 0 deletions trunk/drivers/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ config USB_ARCH_HAS_OHCI
default y if SA1111
default y if ARCH_OMAP
default y if ARCH_LH7A404
default y if ARCH_S3C2410
default y if PXA27x
# PPC:
default y if STB03xxx
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/usb/host/ohci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,10 @@ MODULE_LICENSE ("GPL");
#include "ohci-sa1111.c"
#endif

#ifdef CONFIG_ARCH_S3C2410
#include "ohci-s3c2410.c"
#endif

#ifdef CONFIG_ARCH_OMAP
#include "ohci-omap.c"
#endif
Expand All @@ -909,6 +913,7 @@ MODULE_LICENSE ("GPL");

#if !(defined(CONFIG_PCI) \
|| defined(CONFIG_SA1111) \
|| defined(CONFIG_ARCH_S3C2410) \
|| defined(CONFIG_ARCH_OMAP) \
|| defined (CONFIG_ARCH_LH7A404) \
|| defined (CONFIG_PXA27x) \
Expand Down
Loading

0 comments on commit fa316cc

Please sign in to comment.