From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lezcano Subject: Re: [PATCH 3/3] ARM: qcom: Drop ARCH_MSM* configs Date: Wed, 25 Nov 2015 13:27:55 +0100 Message-ID: <5655A94B.3030304@linaro.org> References: <1448413710-8101-1-git-send-email-sboyd@codeaurora.org> <1448413710-8101-4-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wm0-f43.google.com ([74.125.82.43]:35749 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752318AbbKYM16 (ORCPT ); Wed, 25 Nov 2015 07:27:58 -0500 Received: by wmuu63 with SMTP id u63so135832370wmu.0 for ; Wed, 25 Nov 2015 04:27:56 -0800 (PST) In-Reply-To: <1448413710-8101-4-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd , Andy Gross Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Arnd Bergmann On 11/25/2015 02:08 AM, Stephen Boyd wrote: > Drop these configs now that we select the clocksources we need > via the defconfig. > > Signed-off-by: Stephen Boyd > --- > arch/arm/mach-qcom/Kconfig | 16 ---------------- > 1 file changed, 16 deletions(-) > > diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig > index 2256cd1e25d1..37572fd79c87 100644 > --- a/arch/arm/mach-qcom/Kconfig > +++ b/arch/arm/mach-qcom/Kconfig > @@ -7,19 +7,3 @@ menuconfig ARCH_QCOM > select QCOM_SCM if SMP > help > Support for Qualcomm's devicetree based systems. > - > -if ARCH_QCOM > - > -config ARCH_MSM8X60 > - bool "Enable support for MSM8X60" > - select CLKSRC_QCOM > - > -config ARCH_MSM8960 > - bool "Enable support for MSM8960" > - select CLKSRC_QCOM > - > -config ARCH_MSM8974 > - bool "Enable support for MSM8974" > - select HAVE_ARM_ARCH_TIMER > - > -endif > What about: textofs-$(CONFIG_ARCH_MSM8X60) :=3D 0x00208000 textofs-$(CONFIG_ARCH_MSM8960) :=3D 0x00208000 in arch/arm/Makefile and CONFIG_ARCH_MSM8X60=3Dy CONFIG_ARCH_MSM8960=3Dy CONFIG_ARCH_MSM8974=3Dy in arch/arm/configs/qcom_defconfig and multi_v7_defconfig ? (perhaps you already did the changes and I am not looking at the right=20 branch). --=20 Linaro.org =E2=94=82 Open source software fo= r ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog