diff options
author | Alex Elder <elder@linaro.org> | 2017-10-31 07:58:07 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-12-21 13:28:11 -0600 |
commit | 90a628613d6bd0d1398fd765643cb1b6ffb7dec8 (patch) | |
tree | 567e537e53d73608e683d73d9ff9466a4e3ecc8a /arch/arm64/configs | |
parent | 17102eaae46a43ec0342294e2ce45b4a2c651379 (diff) | |
download | linux-90a628613d6bd0d1398fd765643cb1b6ffb7dec8.tar.bz2 |
arm64: defconfig: remove CONFIG_USB_MSM_OTG
No Qualcomm SoC requires the "phy-msm-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')
-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 e41624174d16..86cd883db96b 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_MSM_OTG=y CONFIG_USB_QCOM_8X16_PHY=y CONFIG_USB_ULPI=y CONFIG_USB_GADGET=y |