From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752120AbbKYTfA (ORCPT ); Wed, 25 Nov 2015 14:35:00 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:54440 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbbKYTes (ORCPT ); Wed, 25 Nov 2015 14:34:48 -0500 Date: Wed, 25 Nov 2015 11:34:47 -0800 From: Stephen Boyd To: Arnd Bergmann Cc: Daniel Lezcano , Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/3] ARM: qcom: Drop ARCH_MSM* configs Message-ID: <20151125193447.GD11298@codeaurora.org> References: <1448413710-8101-1-git-send-email-sboyd@codeaurora.org> <1448413710-8101-4-git-send-email-sboyd@codeaurora.org> <5655A94B.3030304@linaro.org> <3990433.OKhWpPeunI@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3990433.OKhWpPeunI@wuerfel> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/25, Arnd Bergmann wrote: > On Wednesday 25 November 2015 13:27:55 Daniel Lezcano wrote: > > > > What about: > > > > textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000 > > textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 > > > > in arch/arm/Makefile > > Good point, we need to do something about these still. > Yeah good catch! My brain must be shutting down due to the holiday coming up. The nice thing is that CLKSRC_QCOM and this text offset stuff are always used on the same SoCs, so we should be able to make one config in mach-qcom/Kconfig that selects the qcom clksrc driver and adjusts the text offset. So is the suggestion to move CLKSRC_QCOM to mach-qcom/Kconfig, or to make a new config that selects it? > > and > > > > CONFIG_ARCH_MSM8X60=y > > CONFIG_ARCH_MSM8960=y > > CONFIG_ARCH_MSM8974=y > > > > in arch/arm/configs/qcom_defconfig and multi_v7_defconfig > > > > ? > > These should be removed, but they are harmless. Yes I was planning to let those fall out of some defconfig update patch later on. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project