Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752347Ab2JNR5f (ORCPT ); Sun, 14 Oct 2012 13:57:35 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:33205 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590Ab2JNR5d (ORCPT ); Sun, 14 Oct 2012 13:57:33 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Date: Sun, 14 Oct 2012 19:57:28 +0200 From: Stefan Richter To: Frederic Weisbecker Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Subject: new "Cputime accounting" kconfig prompt not "make oldconfig" friendly Message-ID: <20121014195728.2746c32b@stein> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 34 Hi Frederic, commit fdf9c356502a "cputime: Make finegrained irqtime accounting generally available" introduced a new kconfig prompt. From the diff I can see that you also added help texts for two new options (and an old option already had its own help text). But alas "make oldconfig" is unable to show these texts. $ make oldconfig [...] * Restart config... * * * CPU/Task time and stats accounting * Cputime accounting > 1. Simple tick based cputime accounting (TICK_CPU_ACCOUNTING) (NEW) 2. Fine granularity task level IRQ time accounting (IRQ_TIME_ACCOUNTING) choice[1-2]: ? There is no help available for this option. I wonder if make oldconfig could be made smarter about presenting help for choice prompts. As a complication, this particular prompt's set of items differs from architecture to architecture. -- Stefan Richter -=====-===-- =-=- -===- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/