From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753023AbdJaM6w (ORCPT ); Tue, 31 Oct 2017 08:58:52 -0400 Received: from mail-io0-f194.google.com ([209.85.223.194]:43319 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752587AbdJaM6R (ORCPT ); Tue, 31 Oct 2017 08:58:17 -0400 X-Google-Smtp-Source: ABhQp+Sh4ffauyO4+LkmM7eqSuaen1ojHCGkZpPUvpody4Q6Y0OLZSiZnHi9TMRUY0HYYa3Y8oLjHg== From: Alex Elder To: andy.gross@linaro.org, catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/3] arm64: defconfig: remove CONFIG_USB_EHCI_MSM Date: Tue, 31 Oct 2017 07:58:06 -0500 Message-Id: <20171031125808.7300-2-elder@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171031125808.7300-1-elder@linaro.org> References: <20171031125808.7300-1-elder@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Signed-off-by: Alex Elder Reviewed-by: Amit Kucheria Acked-by: Bjorn Andersson Acked-by: Andy Gross --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 34480e9af2e7..4d0b96bb340a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -410,7 +410,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 -- 2.11.0