From patchwork Wed Aug 14 13:17:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 267122 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 4B8462C007A for ; Wed, 14 Aug 2013 23:19:14 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V9ayL-0007hI-SY; Wed, 14 Aug 2013 13:18:46 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V9ayD-0000Xf-VE; Wed, 14 Aug 2013 13:18:37 +0000 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V9ay1-0000WB-9W for linux-arm-kernel@lists.infradead.org; Wed, 14 Aug 2013 13:18:25 +0000 Received: by mail-qa0-f48.google.com with SMTP id o19so1038793qap.0 for ; Wed, 14 Aug 2013 06:18:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=E1peD4ZQ9nKOZ2Co1kXF8Lmmg0CMaNvg0uBj/1xcshs=; b=J5TKv2TQiKPPF/wkUCccXHm1LImrp/lQ7KM2M/8dwBH6U0JR0NJUvMk+1QSnoK5AsM HOf7V7SM9itpK6+Sgmo2UDt853mFCli8WtAtsEDaxHrPSchXCqiBtPuw09V/K400md7u 4d4/PX3cdUNF7MLLXitu1qHvkZ6t+3T7pi7jUW8AqeYJY9yHlFhJENW9k4H7eVz85zdP Esw/V9wCe4NuBQzsgwtQ51knEVthWaYWf7jyMR7zY/sq/oWsCfvmUWxKLeYVHxpuaQZS G44NEKuB5ZYrbili8njtM3+b7qbEZwwLHD5DtlrXKspFA3EQI2nnC0a24SToQ6SEvG0P iUUA== X-Received: by 10.224.43.84 with SMTP id v20mr11490132qae.71.1376486284156; Wed, 14 Aug 2013 06:18:04 -0700 (PDT) Received: from localhost.localdomain ([189.5.16.50]) by mx.google.com with ESMTPSA id u8sm48077841qey.5.2013.08.14.06.18.02 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Aug 2013 06:18:03 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH v2 2/2] ARM: mxs_defconfig: Remove CONFIG_USB_PHY selection Date: Wed, 14 Aug 2013 10:17:48 -0300 Message-Id: <1376486268-31599-2-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1376486268-31599-1-git-send-email-festevam@gmail.com> References: <1376486268-31599-1-git-send-email-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130814_091825_370892_88241449 X-CRM114-Status: GOOD ( 10.15 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam Since commit 052a11d1 (usb: phy: make PHY driver selection possible by controller drivers), CONFIG_USB_PHY is selected via drivers/usb/phy/Kconfig, so there is no need to select it via defconfig anymore. Signed-off-by: Fabio Estevam --- Changes since v1: - Split it in two patches arch/arm/configs/mxs_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig index 4555c02..a9fb093 100644 --- a/arch/arm/configs/mxs_defconfig +++ b/arch/arm/configs/mxs_defconfig @@ -116,7 +116,6 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_USB_CHIPIDEA=y CONFIG_USB_CHIPIDEA_HOST=y -CONFIG_USB_PHY=y CONFIG_USB_MXS_PHY=y CONFIG_MMC=y CONFIG_MMC_UNSAFE_RESUME=y