summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/Kconfig
blob: 3c3cdc3de6615e421effff777e57dee6c48c9b91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config USB_DWC2
	bool
	depends on USB && HAS_DMA
	select USB_OTGDEV
	select OFDEVICE
	help
	  DesignWare Core USB2 OTG driver.

config USB_DWC2_HOST
	bool "DWC2 Host mode support"
	depends on USB_HOST
	select USB_DWC2
	help
	  Select this when you want to use DWC2 in host mode.

config USB_DWC2_GADGET
	bool "DWC2 Gadget mode support"
	depends on USB_GADGET
	select USB_DWC2
	help
	  Select this when you want to use DWC2 in gadget mode.