diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2010-09-24 06:44:03 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-22 13:21:52 -0400 |
commit | 3ee076dea68e11d4685972df7298b80b8e7673e4 (patch) | |
tree | d9f962a3f95d88efc663b3d6b4c7920ec9632a4e /drivers/usb/musb/Kconfig | |
parent | d613746d8bc3a2904d4585d7efd7f457d9db6fb9 (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/Kconfig | 5 |
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 | |||
45 | comment "DaVinci 35x and 644x USB support" | 45 | comment "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 | ||
48 | comment "DA8xx/OMAP-L1x USB support" | ||
49 | depends on USB_MUSB_HDRC && ARCH_DAVINCI_DA8XX | ||
50 | |||
48 | comment "OMAP 243x high speed USB support" | 51 | comment "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 | |||
144 | config MUSB_PIO_ONLY | 147 | config 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. |