From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752056AbdJYVx4 (ORCPT ); Wed, 25 Oct 2017 17:53:56 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:43013 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751989AbdJYVxs (ORCPT ); Wed, 25 Oct 2017 17:53:48 -0400 X-Google-Smtp-Source: ABhQp+SXWAMsREjQhgiTZkaBcPdVPiOYuY7W5CtATEsh8nb5RsiOGB7ASZ4bUR2zXVaVhpxItKQqCw== 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 3/3] arm64: defconfig: remove CONFIG_USB_QCOM_8X16_PHY Date: Wed, 25 Oct 2017 16:53:34 -0500 Message-Id: <20171025215334.19004-4-elder@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171025215334.19004-1-elder@linaro.org> References: <20171025215334.19004-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 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