Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213593
b: refs/heads/master
c: 3ee076d
h: refs/heads/master
i:
  213591: 282f630
v: v3
  • Loading branch information
Sergei Shtylyov authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent b5375f8 commit fb9eca0
Show file tree
Hide file tree
Showing 5 changed files with 479 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d613746d8bc3a2904d4585d7efd7f457d9db6fb9
refs/heads/master: 3ee076dea68e11d4685972df7298b80b8e7673e4
5 changes: 4 additions & 1 deletion trunk/drivers/usb/musb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ config USB_MUSB_SOC
comment "DaVinci 35x and 644x USB support"
depends on USB_MUSB_HDRC && ARCH_DAVINCI_DMx

comment "DA8xx/OMAP-L1x USB support"
depends on USB_MUSB_HDRC && ARCH_DAVINCI_DA8XX

comment "OMAP 243x high speed USB support"
depends on USB_MUSB_HDRC && ARCH_OMAP2430

Expand Down Expand Up @@ -144,7 +147,7 @@ config USB_MUSB_HDRC_HCD
config MUSB_PIO_ONLY
bool 'Disable DMA (always use PIO)'
depends on USB_MUSB_HDRC
default y if USB_TUSB6010
default USB_TUSB6010 || ARCH_DAVINCI_DA8XX
help
All data is copied between memory and FIFO by the CPU.
DMA controllers are ignored.
Expand Down
4 changes: 4 additions & 0 deletions trunk/drivers/usb/musb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ ifeq ($(CONFIG_ARCH_DAVINCI_DMx),y)
musb_hdrc-objs += davinci.o
endif

ifeq ($(CONFIG_ARCH_DAVINCI_DA8XX),y)
musb_hdrc-objs += da8xx.o
endif

ifeq ($(CONFIG_USB_TUSB6010),y)
musb_hdrc-objs += tusb6010.o
endif
Expand Down
Loading

0 comments on commit fb9eca0

Please sign in to comment.