diff options
author | Alex Elder <elder@linaro.org> | 2017-10-31 08:11:31 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-11-01 17:08:10 +0100 |
commit | 4756f35fdf1403f7f7afaed67a16b6c4a702b903 (patch) | |
tree | c24e328b6c263d5469699fa798dc18515151d557 /drivers/usb/phy/Kconfig | |
parent | a170a1e9ccc549e81945818b9a403e131a2e132f (diff) | |
download | op-kernel-dev-4756f35fdf1403f7f7afaed67a16b6c4a702b903.zip op-kernel-dev-4756f35fdf1403f7f7afaed67a16b6c4a702b903.tar.gz |
usb: phy: remove phy-qcom-8x16-usb.c
No Qualcomm SoC requires the "phy-qcom-8x16-usb.c" USB phy driver
support any more, so remove the code.
Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index f5775e5..0f8ab98 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -137,20 +137,6 @@ config USB_ISP1301 To compile this driver as a module, choose M here: the module will be called phy-isp1301. -config USB_QCOM_8X16_PHY - tristate "Qualcomm APQ8016/MSM8916 on-chip USB PHY controller support" - depends on ARCH_QCOM || COMPILE_TEST - depends on RESET_CONTROLLER - select USB_PHY - select USB_ULPI_VIEWPORT - help - Enable this to support the USB transceiver on Qualcomm 8x16 chipsets. - It handles PHY initialization, clock management, power management, - and workarounds required after resetting the hardware. - - To compile this driver as a module, choose M here: the - module will be called phy-qcom-8x16-usb. - config USB_MV_OTG tristate "Marvell USB OTG support" depends on USB_EHCI_MV && USB_MV_UDC && PM && USB_OTG |