Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965312AbbBBXkY (ORCPT ); Mon, 2 Feb 2015 18:40:24 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35521 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752461AbbBBXkV (ORCPT ); Mon, 2 Feb 2015 18:40:21 -0500 Date: Mon, 2 Feb 2015 15:40:20 -0800 From: Andrew Morton To: Russell King - ARM Linux Cc: Christoph Jaeger , linux-kernel@vger.kernel.org, Yalin Wang , Will Deacon Subject: Re: [PATCH linux-next] lib: Kconfig: use bool instead of boolean Message-Id: <20150202154020.8af8753afc0386be5b9eab1f@linux-foundation.org> In-Reply-To: <20150202233000.GK8656@n2100.arm.linux.org.uk> References: <1422889156-19830-1-git-send-email-cj@linux.com> <20150202142732.9ea4d2f604ef79cbe180f5fe@linux-foundation.org> <20150202230548.GJ8656@n2100.arm.linux.org.uk> <20150202151824.e781adb116c4e44a9e769e54@linux-foundation.org> <20150202233000.GK8656@n2100.arm.linux.org.uk> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; 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: 1229 Lines: 28 On Mon, 2 Feb 2015 23:30:00 +0000 Russell King - ARM Linux wrote: > On Mon, Feb 02, 2015 at 03:18:24PM -0800, Andrew Morton wrote: > > I'm a bit surprised that nobody helped out with the Kconfig text. > > I queued the below. Looks OK? > > > > --- a/lib/Kconfig~a > > +++ a/lib/Kconfig > > @@ -18,9 +18,8 @@ config HAVE_ARCH_BITREVERSE > > default n > > depends on BITREVERSE > > help > > - This option provides an config for the architecture which have instruction > > - can do bitreverse operation, we use the hardware instruction if the architecture > > - have this capability. > > + This option enables the use of hardware bit-reversal instructions on > > + architectures which support such operations. > > Looks fine to me. How are we going to handle this change (and the bool > bit as well?) Is it something you want me to merge, or will you send > these changes towards the end of the merge window? Yep, I can take care of them. -- 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/