summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/Kconfig
blob: 9e82b0b7ce949a3b977f26babd7aec236b715124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-License-Identifier: GPL-2.0
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.