From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760338AbaGEAFE (ORCPT ); Fri, 4 Jul 2014 20:05:04 -0400 Received: from mail.eperm.de ([89.247.134.16]:33575 "EHLO mail.eperm.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760224AbaGEAFD (ORCPT ); Fri, 4 Jul 2014 20:05:03 -0400 X-AuthUser: sm@eperm.de From: Stephan Mueller To: Herbert Xu Cc: Randy Dunlap , Stephen Rothwell , kbuild test robot , kbuild@01.org, Dan Carpenter , linux-crypto@vger.kernel.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/4] DRBG: cleanup of preprocessor macros Date: Sat, 05 Jul 2014 02:03:42 +0200 Message-ID: <3976289.yTN4qK0lsl@myon.chronox.de> User-Agent: KMail/4.12.5 (Linux/3.14.9-200.fc20.x86_64; KDE/4.12.5; x86_64; ; ) In-Reply-To: <20140704141541.GB27229@gondor.apana.org.au> References: <4927386.WYHrRe3NJm@myon.chronox.de> <1616464.nTZ4WdyPoM@myon.chronox.de> <20140704141541.GB27229@gondor.apana.org.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Freitag, 4. Juli 2014, 22:15:41 schrieb Herbert Xu: Hi Herbert, > On Sun, Jun 29, 2014 at 01:37:05PM +0200, Stephan Mueller wrote: > > When looking into the documentation and trying it I found: > > > > - bool choices allow me to only select one option, and only one > > > > - tristate choices allow me to only select one option, if the initial > > tristate is set to yes. If the initial tristate is set to module, it > > allows zero to all options to be set. > > > > That said, neither covers my requirement here: require that at least one > > option is set, but allow more options. > > I have added the following patch to solve this problem. Thank you very much for the help. I will test it once it is present on the server. > > Please respin your patch against this. All patches that have been sent so far and not applied will be respun around the new code level once the updated code appears on the server. -- Ciao Stephan