Commit c6bde9b5 authored by Felipe Contreras's avatar Felipe Contreras Committed by Felipe Balbi

usb: musb: cleanup kconfig

The whole thing depends on USB_MUSB_HDRC, just add an 'if'.
Signed-off-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 54a605f4
...@@ -30,9 +30,10 @@ config USB_MUSB_HDRC ...@@ -30,9 +30,10 @@ config USB_MUSB_HDRC
To compile this driver as a module, choose M here; the To compile this driver as a module, choose M here; the
module will be called "musb-hdrc". module will be called "musb-hdrc".
if USB_MUSB_HDRC
choice choice
prompt "Platform Glue Layer" prompt "Platform Glue Layer"
depends on USB_MUSB_HDRC
config USB_MUSB_DAVINCI config USB_MUSB_DAVINCI
tristate "DaVinci" tristate "DaVinci"
...@@ -77,28 +78,24 @@ choice ...@@ -77,28 +78,24 @@ choice
config USB_UX500_DMA config USB_UX500_DMA
bool 'ST Ericsson U8500 and U5500' bool 'ST Ericsson U8500 and U5500'
depends on USB_MUSB_HDRC
depends on USB_MUSB_UX500 depends on USB_MUSB_UX500
help help
Enable DMA transfers on UX500 platforms. Enable DMA transfers on UX500 platforms.
config USB_INVENTRA_DMA config USB_INVENTRA_DMA
bool 'Inventra' bool 'Inventra'
depends on USB_MUSB_HDRC
depends on USB_MUSB_OMAP2PLUS || USB_MUSB_BLACKFIN depends on USB_MUSB_OMAP2PLUS || USB_MUSB_BLACKFIN
help help
Enable DMA transfers using Mentor's engine. Enable DMA transfers using Mentor's engine.
config USB_TI_CPPI_DMA config USB_TI_CPPI_DMA
bool 'TI CPPI (Davinci)' bool 'TI CPPI (Davinci)'
depends on USB_MUSB_HDRC
depends on USB_MUSB_DAVINCI depends on USB_MUSB_DAVINCI
help help
Enable DMA transfers when TI CPPI DMA is available. Enable DMA transfers when TI CPPI DMA is available.
config USB_TUSB_OMAP_DMA config USB_TUSB_OMAP_DMA
bool 'TUSB 6010' bool 'TUSB 6010'
depends on USB_MUSB_HDRC
depends on USB_MUSB_TUSB6010 depends on USB_MUSB_TUSB6010
depends on ARCH_OMAP depends on ARCH_OMAP
help help
...@@ -106,7 +103,6 @@ config USB_TUSB_OMAP_DMA ...@@ -106,7 +103,6 @@ config USB_TUSB_OMAP_DMA
config MUSB_PIO_ONLY config MUSB_PIO_ONLY
bool 'Disable DMA (always use PIO)' bool 'Disable DMA (always use PIO)'
depends on USB_MUSB_HDRC
help help
All data is copied between memory and FIFO by the CPU. All data is copied between memory and FIFO by the CPU.
DMA controllers are ignored. DMA controllers are ignored.
...@@ -117,3 +113,5 @@ config MUSB_PIO_ONLY ...@@ -117,3 +113,5 @@ config MUSB_PIO_ONLY
parameter. parameter.
endchoice endchoice
endif # USB_MUSB_HDRC
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment