aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Kconfig
diff options
context:
space:
mode:
authorSergei Shtylyov <sshtylyov@ru.mvista.com>2010-09-24 06:44:03 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 13:21:52 -0400
commit3ee076dea68e11d4685972df7298b80b8e7673e4 (patch)
treed9f962a3f95d88efc663b3d6b4c7920ec9632a4e /drivers/usb/musb/Kconfig
parentd613746d8bc3a2904d4585d7efd7f457d9db6fb9 (diff)
usb: musb: introduce DA8xx/OMAP-L1x glue layer
Texas Instruments DA8xx/OMAP-L1x glue layer for the MUSBMHRDC driver. Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Yadviga Grigorieva <yadviga@ru.mvista.com> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/musb/Kconfig')
-rw-r--r--drivers/usb/musb/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig
index cfd38edfcf9e..1dd21c2315e4 100644
--- a/drivers/usb/musb/Kconfig
+++ b/drivers/usb/musb/Kconfig
@@ -45,6 +45,9 @@ config USB_MUSB_SOC
45comment "DaVinci 35x and 644x USB support" 45comment "DaVinci 35x and 644x USB support"
46 depends on USB_MUSB_HDRC && ARCH_DAVINCI_DMx 46 depends on USB_MUSB_HDRC && ARCH_DAVINCI_DMx
47 47
48comment "DA8xx/OMAP-L1x USB support"
49 depends on USB_MUSB_HDRC && ARCH_DAVINCI_DA8XX
50
48comment "OMAP 243x high speed USB support" 51comment "OMAP 243x high speed USB support"
49 depends on USB_MUSB_HDRC && ARCH_OMAP2430 52 depends on USB_MUSB_HDRC && ARCH_OMAP2430
50 53
@@ -144,7 +147,7 @@ config USB_MUSB_HDRC_HCD
144config MUSB_PIO_ONLY 147config MUSB_PIO_ONLY
145 bool 'Disable DMA (always use PIO)' 148 bool 'Disable DMA (always use PIO)'
146 depends on USB_MUSB_HDRC 149 depends on USB_MUSB_HDRC
147 default y if USB_TUSB6010 150 default USB_TUSB6010 || ARCH_DAVINCI_DA8XX
148 help 151 help
149 All data is copied between memory and FIFO by the CPU. 152 All data is copied between memory and FIFO by the CPU.
150 DMA controllers are ignored. 153 DMA controllers are ignored.