From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753377AbbKYM2A (ORCPT ); Wed, 25 Nov 2015 07:28:00 -0500 Received: from mail-wm0-f41.google.com ([74.125.82.41]:33993 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753174AbbKYM16 (ORCPT ); Wed, 25 Nov 2015 07:27:58 -0500 Subject: Re: [PATCH 3/3] ARM: qcom: Drop ARCH_MSM* configs To: Stephen Boyd , Andy Gross References: <1448413710-8101-1-git-send-email-sboyd@codeaurora.org> <1448413710-8101-4-git-send-email-sboyd@codeaurora.org> Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Arnd Bergmann From: Daniel Lezcano Message-ID: <5655A94B.3030304@linaro.org> Date: Wed, 25 Nov 2015 13:27:55 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1448413710-8101-4-git-send-email-sboyd@codeaurora.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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) := 0x00208000 textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 in arch/arm/Makefile and CONFIG_ARCH_MSM8X60=y CONFIG_ARCH_MSM8960=y CONFIG_ARCH_MSM8974=y in arch/arm/configs/qcom_defconfig and multi_v7_defconfig ? (perhaps you already did the changes and I am not looking at the right branch). -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog