summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/bdc/Kconfig
blob: 0d7b8c9f72fda17e4a5cfb904592806af817b2ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
config USB_BDC_UDC
	tristate "Broadcom USB3.0 device controller IP driver(BDC)"
	depends on USB_GADGET && HAS_DMA

	help
	BDC is Broadcom's USB3.0 device controller IP. If your SOC has a BDC IP
	then select this driver.

	Say "y" here to link the driver statically, or "m" to build a dynamically
	linked module called "bdc".

if USB_BDC_UDC

comment "Platform Support"
config	USB_BDC_PCI
	tristate "BDC support for PCIe based platforms"
	depends on PCI
	default USB_BDC_UDC
	help
		Enable support for platforms which have BDC connected through PCIe, such as Lego3 FPGA platform.
endif
t.cgi/linux/net-next.git/tree/?id=f43128c75202f29ee71aa83e6c320a911137c189'>85280695db72c8ae27f6c0c312a8573a4d756c80 /drivers/usb/storage/sierra_ms.h parentd5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c (diff)
i2c: piix4: Fix request_region size
Since '701dc207bf55 ("i2c: piix4: Avoid race conditions with IMC")' we are using the SMBSLVCNT register at offset 0x8. We need to request it. Fixes: 701dc207bf55 ("i2c: piix4: Avoid race conditions with IMC") Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/usb/storage/sierra_ms.h')