summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/Kconfig
blob: 127d6d19554a7f899cba668fefcf5fe2050416db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
config USB_MUSB
	bool "MUSB support"

if USB_MUSB

config USB_MUSB_DSPS
	tristate
	select OFDEVICE
	select USB_OTGDEV

config USB_MUSB_AM335X
	tristate "AM335x USB support"
	depends on ARCH_AM33XX
	select USB_MUSB_DSPS
	help
	  This driver provides the necessary bit to enable USB support
	  on the TI AM335x SoC.

config USB_MUSB_HOST
	bool "MUSB Host mode support"
	depends on USB_HOST
	help
	  Select this when you want to use MUSB in host mode.

config USB_MUSB_GADGET
	bool "MUSB Gadget mode support"
	depends on USB_GADGET
	help
	  Select this when you want to use MUSB in gadget mode.

endif