2012-04-29 14:47:04 +00:00
|
|
|
#
|
|
|
|
# Physical Layer USB driver configuration
|
|
|
|
#
|
|
|
|
comment "USB Physical Layer drivers"
|
2012-06-26 14:56:48 +00:00
|
|
|
depends on USB || USB_GADGET
|
2012-04-29 14:47:04 +00:00
|
|
|
|
|
|
|
config USB_ISP1301
|
|
|
|
tristate "NXP ISP1301 USB transceiver support"
|
2012-06-26 14:56:48 +00:00
|
|
|
depends on USB || USB_GADGET
|
2012-04-29 14:47:04 +00:00
|
|
|
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.
|