From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753292AbdJaM6i (ORCPT ); Tue, 31 Oct 2017 08:58:38 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:52232 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753163AbdJaM6U (ORCPT ); Tue, 31 Oct 2017 08:58:20 -0400 X-Google-Smtp-Source: ABhQp+Ttm2d1jHYlHMrD5RyTiDsY4imgOYJ44gj6f2dWzxnbAdG8D01sxnAautF61hCXLrj+JeikQg== 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 3/3] arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY Date: Tue, 31 Oct 2017 07:58:08 -0500 Message-Id: <20171031125808.7300-4-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 "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 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 85ca53f59c3e..22ca89e58d9d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -425,7 +425,6 @@ CONFIG_USB_CHIPIDEA_HOST=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 -- 2.11.0