From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?U8O2cmVu?= Brinkmann Subject: Re: [RFC PATCH] ARM: clocksource: make ARM_GLOBAL_TIMER selectable Date: Thu, 4 Feb 2016 15:39:50 -0800 Message-ID: <20160204233950.GH4215@xsjsorenbubuntu> References: <1454610017-25499-1-git-send-email-grygorii.strashko@ti.com> <20160204224128.GG4215@xsjsorenbubuntu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Moritz Fischer Cc: Grygorii Strashko , kernel@stlinux.com, tony@atomide.com, nsekhar@ti.com, Masahiro Yamada , Florian Fainelli , Russell King , Daniel Lezcano , Michal Simek , Wei Xu , linux-rockchip@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, Arnd Bergmann , Liviu Dudau , linux-omap@vger.kernel.org, linux-arm-kernel , Maxime Coquelin , Srinivas Kandagatla , Linux Kernel Mailing List , Sascha Hauer , Sudeep Holla , Olof Johansson , Jun Nie List-Id: linux-omap@vger.kernel.org On Thu, 2016-02-04 at 15:14:47 -0800, Moritz Fischer wrote: > Hi Soeren, >=20 > On Thu, Feb 4, 2016 at 2:41 PM, S=C3=B6ren Brinkmann > wrote: >=20 > > But with this change the 'if !CPU_FREQ' becomes obsolete. > I'm confused, could you explain that statement? You don't want people > accidentally running with GT when CPU_FREQ is on, right? Correct. But with this Kconfig rework you can just deselect it in Kconfig. The generic HAVE_GT could always be selected. S=C3=B6ren