From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932503AbbCMSL7 (ORCPT ); Fri, 13 Mar 2015 14:11:59 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:52362 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753596AbbCMSJ7 (ORCPT ); Fri, 13 Mar 2015 14:09:59 -0400 From: Stephen Boyd To: linux-arm-msm@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, David Brown , Bryan Huntsman , Daniel Walker , Arnd Bergmann , Yaniv Gardi , Dov Levenglick , Christoph Hellwig Subject: [PATCH 10/12] phy: qcom-ufs: Switch dependency to ARCH_QCOM Date: Fri, 13 Mar 2015 11:09:43 -0700 Message-Id: <1426270185-19510-11-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 In-Reply-To: <1426270185-19510-1-git-send-email-sboyd@codeaurora.org> References: <1426270185-19510-1-git-send-email-sboyd@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This phy only exists on platforms under ARCH_QCOM, not ARCH_MSM. Cc: Yaniv Gardi Cc: Dov Levenglick Cc: Christoph Hellwig Cc: David Brown Cc: Bryan Huntsman Cc: Daniel Walker Signed-off-by: Stephen Boyd --- This can be acked and go through arm-soc or applied directly to phy tree. drivers/phy/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 2962de205ba7..9b1ff313bd51 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -286,7 +286,7 @@ config PHY_STIH41X_USB config PHY_QCOM_UFS tristate "Qualcomm UFS PHY driver" - depends on OF && ARCH_MSM + depends on OF && ARCH_QCOM select GENERIC_PHY help Support for UFS PHY on QCOM chipsets. -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project