diff options
author | Alex Elder <elder@linaro.org> | 2017-10-31 07:58:08 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-12-21 13:28:11 -0600 |
commit | d2fa1f37d21bf9729ae9ee79cb6bfc8de1f0a9a4 (patch) | |
tree | 5fc762cee50262079fe9f527c089df0d3542e21e /arch/arm64/configs/defconfig | |
parent | 90a628613d6bd0d1398fd765643cb1b6ffb7dec8 (diff) | |
download | linux-d2fa1f37d21bf9729ae9ee79cb6bfc8de1f0a9a4.tar.bz2 |
arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY
No Qualcomm SoC requires the "phy-qcom-8x16-usb.c" USB phy driver
support any more. Remove the code, and remove the config option
from the arm64 defconfig.
Suggested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Reviewed-by: Amit Kucheria <amit.kucheria@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/configs/defconfig')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 86cd883db96b..c4e2b6b2b23d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -437,7 +437,6 @@ CONFIG_USB_CHIPIDEA_ULPI=y CONFIG_USB_ISP1760=y CONFIG_USB_HSIC_USB3503=y CONFIG_NOP_USB_XCEIV=y -CONFIG_USB_QCOM_8X16_PHY=y CONFIG_USB_ULPI=y CONFIG_USB_GADGET=y CONFIG_USB_RENESAS_USBHS_UDC=m |