diff options
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig new file mode 100644 index 000000000000..3cfabcba7447 --- /dev/null +++ b/drivers/usb/phy/Kconfig | |||
@@ -0,0 +1,17 @@ | |||
1 | # | ||
2 | # Physical Layer USB driver configuration | ||
3 | # | ||
4 | comment "USB Physical Layer drivers" | ||
5 | depends on USB | ||
6 | |||
7 | config USB_ISP1301 | ||
8 | tristate "NXP ISP1301 USB transceiver support" | ||
9 | depends on USB | ||
10 | depends on I2C | ||
11 | help | ||
12 | Say Y here to add support for the NXP ISP1301 USB transceiver driver. | ||
13 | This chip is typically used as USB transceiver for USB host, gadget | ||
14 | and OTG drivers (to be selected separately). | ||
15 | |||
16 | To compile this driver as a module, choose M here: the | ||
17 | module will be called isp1301. | ||