From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933085AbcI0Lk1 (ORCPT ); Tue, 27 Sep 2016 07:40:27 -0400 Received: from merlin.infradead.org ([205.233.59.134]:39998 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754755AbcI0LkT (ORCPT ); Tue, 27 Sep 2016 07:40:19 -0400 Date: Tue, 27 Sep 2016 13:40:09 +0200 From: Peter Zijlstra To: Sam Ravnborg Cc: Babu Moger , mingo@redhat.com, akpm@linux-foundation.org, keescook@chromium.org, dan.j.williams@intel.com, aryabinin@virtuozzo.com, tj@kernel.org, linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org Subject: Re: [PATCH v2 1/2] config: Add new CONFIG_PROVE_LOCKING_SMALL Message-ID: <20160927114009.GM5016@twins.programming.kicks-ass.net> References: <1474929098-68914-1-git-send-email-babu.moger@oracle.com> <1474929098-68914-2-git-send-email-babu.moger@oracle.com> <20160927044625.GA13264@ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160927044625.GA13264@ravnborg.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 27, 2016 at 06:46:25AM +0200, Sam Ravnborg wrote: > Since this is only relevant for sparc, and for sparc this is "select"ed, > then there is limited/no gain having this as a visible menu config option. > > How about adding just a simple non-visible config symbol: > > config PROVE_LOCKING_SMALL > bool > > The nice help text can be added to the H file, and the select > can be move to the sparc/Kconfig file where it really belongs. Yes, this should not be user selectable. I don't mind the help being here though.