diff options
author | Alex Elder <elder@linaro.org> | 2017-10-31 07:58:06 -0500 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2017-12-21 13:28:11 -0600 |
commit | 17102eaae46a43ec0342294e2ce45b4a2c651379 (patch) | |
tree | eeb228118cf125dcc1c4540c37366f4ed2f55a79 /arch/arm64/configs | |
parent | 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323 (diff) | |
download | linux-riscv-17102eaae46a43ec0342294e2ce45b4a2c651379.tar.gz linux-riscv-17102eaae46a43ec0342294e2ce45b4a2c651379.tar.bz2 linux-riscv-17102eaae46a43ec0342294e2ce45b4a2c651379.zip |
arm64: defconfig: remove CONFIG_USB_EHCI_MSM
No Qualcomm SoC requires the "ehci-msm.c" code any more. So 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 6356c6da34ea..e41624174d16 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -421,7 +421,6 @@ CONFIG_USB_OTG=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_TEGRA=y CONFIG_USB_EHCI_HCD=y -CONFIG_USB_EHCI_MSM=y CONFIG_USB_EHCI_EXYNOS=y CONFIG_USB_EHCI_HCD_PLATFORM=y CONFIG_USB_OHCI_HCD=y |