Kconfig 711 字节
Newer Older
1 2 3 4
#
# Physical Layer USB driver configuration
#
comment "USB Physical Layer drivers"
5
	depends on USB || USB_GADGET
6 7 8

config USB_ISP1301
	tristate "NXP ISP1301 USB transceiver support"
9
	depends on USB || USB_GADGET
10 11 12 13 14 15 16 17
	depends on I2C
	help
	  Say Y here to add support for the NXP ISP1301 USB transceiver driver.
	  This chip is typically used as USB transceiver for USB host, gadget
	  and OTG drivers (to be selected separately).

	  To compile this driver as a module, choose M here: the
	  module will be called isp1301.
18 19 20 21 22 23 24 25

config MV_U3D_PHY
	bool "Marvell USB 3.0 PHY controller Driver"
	depends on USB_MV_U3D
	select USB_OTG_UTILS
	help
	  Enable this to support Marvell USB 3.0 phy controller for Marvell
	  SoC.