From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 3/3] ARM: qcom: Drop ARCH_MSM* configs Date: Wed, 25 Nov 2015 21:30:41 +0100 Message-ID: <5774027.3ZvxSC0ub5@wuerfel> References: <1448413710-8101-1-git-send-email-sboyd@codeaurora.org> <3990433.OKhWpPeunI@wuerfel> <20151125193447.GD11298@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.126.135]:49306 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615AbbKYUbQ (ORCPT ); Wed, 25 Nov 2015 15:31:16 -0500 In-Reply-To: <20151125193447.GD11298@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: Daniel Lezcano , Andy Gross , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Wednesday 25 November 2015 11:34:47 Stephen Boyd wrote: > 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? I was thinking of a new option that selects it, which I think is more in line with what Daniel wants. Arnd