From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH 5/5] cpufreq:boost:Kconfig: Enable boost support at Kconfig Date: Thu, 6 Jun 2013 10:49:10 -0400 Message-ID: <20130606144910.GA1194@redhat.com> References: <1370502472-7249-1-git-send-email-l.majewski@samsung.com> <1370502472-7249-6-git-send-email-l.majewski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10946 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750752Ab3FFOtZ (ORCPT ); Thu, 6 Jun 2013 10:49:25 -0400 Content-Disposition: inline In-Reply-To: <1370502472-7249-6-git-send-email-l.majewski@samsung.com> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Lukasz Majewski Cc: Viresh Kumar , "Rafael J. Wysocky" , "cpufreq@vger.kernel.org" , Linux PM list , Vincent Guittot , Jonghwa Lee , Myungjoo Ham , linux-kernel , Lukasz Majewski , Andre Przywara , Daniel Lezcano On Thu, Jun 06, 2013 at 09:07:52AM +0200, Lukasz Majewski wrote: > +config CPU_FREQ_BOOST > + bool "CPU frequency boost support" > + help > + Switch to enable support for frequency boost > + > + If in doubt, say N. > + This help text is devoid of any useful information. On what platforms ? What's the upside/downside ? Why is it an option ? Dave