Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280911
b: refs/heads/master
c: c6bde9b
h: refs/heads/master
i:
  280909: 1fc8b7f
  280907: 545bc81
  280903: da4b7d8
  280895: aeabf0f
v: v3
  • Loading branch information
Felipe Contreras authored and Felipe Balbi committed Dec 20, 2011
1 parent 914ee67 commit 53c27fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 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: 54a605f4cee1b208d8728352d6851680d39c7161
refs/heads/master: c6bde9b5ae7481d6e7a8aff46c5f8223538abc66
10 changes: 4 additions & 6 deletions trunk/drivers/usb/musb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ config USB_MUSB_HDRC
To compile this driver as a module, choose M here; the
module will be called "musb-hdrc".

if USB_MUSB_HDRC

choice
prompt "Platform Glue Layer"
depends on USB_MUSB_HDRC

config USB_MUSB_DAVINCI
tristate "DaVinci"
Expand Down Expand Up @@ -77,36 +78,31 @@ choice

config USB_UX500_DMA
bool 'ST Ericsson U8500 and U5500'
depends on USB_MUSB_HDRC
depends on USB_MUSB_UX500
help
Enable DMA transfers on UX500 platforms.

config USB_INVENTRA_DMA
bool 'Inventra'
depends on USB_MUSB_HDRC
depends on USB_MUSB_OMAP2PLUS || USB_MUSB_BLACKFIN
help
Enable DMA transfers using Mentor's engine.

config USB_TI_CPPI_DMA
bool 'TI CPPI (Davinci)'
depends on USB_MUSB_HDRC
depends on USB_MUSB_DAVINCI
help
Enable DMA transfers when TI CPPI DMA is available.

config USB_TUSB_OMAP_DMA
bool 'TUSB 6010'
depends on USB_MUSB_HDRC
depends on USB_MUSB_TUSB6010
depends on ARCH_OMAP
help
Enable DMA transfers on TUSB 6010 when OMAP DMA is available.

config MUSB_PIO_ONLY
bool 'Disable DMA (always use PIO)'
depends on USB_MUSB_HDRC
help
All data is copied between memory and FIFO by the CPU.
DMA controllers are ignored.
Expand All @@ -117,3 +113,5 @@ config MUSB_PIO_ONLY
parameter.

endchoice

endif # USB_MUSB_HDRC

0 comments on commit 53c27fc

Please sign in to comment.