Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757914AbbEVSW6 (ORCPT ); Fri, 22 May 2015 14:22:58 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:58230 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757431AbbEVSWz (ORCPT ); Fri, 22 May 2015 14:22:55 -0400 Message-ID: <555F73FC.1030102@codeaurora.org> Date: Fri, 22 May 2015 11:22:52 -0700 From: Stephen Boyd User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Stanimir Varbanov , Rob Herring , Kumar Gala , Mark Rutland , Grant Likely , Bjorn Helgaas , Kishon Vijay Abraham I , Russell King , Arnd Bergmann CC: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, Mathieu Olivari , Srinivas Kandagatla Subject: Re: [PATCH v2 5/5] ARM: qcom: Add Qualcomm APQ8084 SoC References: <1430743338-10441-1-git-send-email-svarbanov@mm-sol.com> <1430743338-10441-6-git-send-email-svarbanov@mm-sol.com> In-Reply-To: <1430743338-10441-6-git-send-email-svarbanov@mm-sol.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1242 Lines: 38 On 05/04/15 05:42, Stanimir Varbanov wrote: > This adds Snapdragon 805 ARM-based SoC as multiplatform > compatible platform. > > Signed-off-by: Stanimir Varbanov > --- > arch/arm/mach-qcom/Kconfig | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig > index 2256cd1..9cfebee 100644 > --- a/arch/arm/mach-qcom/Kconfig > +++ b/arch/arm/mach-qcom/Kconfig > @@ -22,4 +22,11 @@ config ARCH_MSM8974 > bool "Enable support for MSM8974" > select HAVE_ARM_ARCH_TIMER > > +config ARCH_APQ8084 > + bool "Enable support for APQ8084" > + select HAVE_ARM_ARCH_TIMER > + select MIGHT_HAVE_PCI > + select PCI_DOMAINS if PCI > + select PCI_MSI if PCI > + > Can we move these PCI selects up to ARCH_QCOM directly? Let's try to avoid adding more SoC specific options under ARCH_QCOM. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/