diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-28 18:00:55 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-28 18:00:55 (GMT) |
commit | 02d5f0857bc2962625fa2d34957d43a9e3175eb4 (patch) | |
tree | 1146b3a025f8257a99b9a02eb62a4e338bb6ec01 /drivers/usb/phy | |
parent | 659597b77493959c699b4e99841a2c778eaa70bc (diff) | |
parent | 482b0b5d82bd916cc0c55a2abf65bdc69023b843 (diff) | |
download | linux-02d5f0857bc2962625fa2d34957d43a9e3175eb4.tar.xz |
Merge branch 'usb-linus' into usb-next
This lets us fix the build error that happens when these two trees are merged
together.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy')
-rw-r--r-- | drivers/usb/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 65217a5..9054938 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -38,6 +38,7 @@ config USB_ISP1301 tristate "NXP ISP1301 USB transceiver support" depends on USB || USB_GADGET depends on I2C + select USB_OTG_UTILS 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 |