From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.186]:60408 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752141Ab3D1BGF (ORCPT ); Sat, 27 Apr 2013 21:06:05 -0400 From: Arnd Bergmann Subject: Re: [PATCH 6/8] kconfig: fix randomising choice entries in presence of KCONFIG_ALLCONFIG Date: Sun, 28 Apr 2013 03:05:57 +0200 References: <201304272301.00587.arnd@arndb.de> <20130427223158.GA24099@free.fr> In-Reply-To: <20130427223158.GA24099@free.fr> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201304280305.57219.arnd@arndb.de> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Yann E. MORIN" Cc: linux-kbuild@vger.kernel.org, Michal Marek , linux-kernel@vger.kernel.org, Thomas Petazzoni , Sam Ravnborg , Arnaud Lacombe , Greg KH On Sunday 28 April 2013, Yann E. MORIN wrote: > Fact is, choices are properly randomised, unless KCONFIG_ALLCONFIG is > passed. > > So, if you currently rely on choices not being randomised, it means > you're using KCONFIG_ALLCONFIG [*] so you can set CONFIG_ARCH_MULTIPLATFORM > in the defconfig you use. Yes, you are right, I can easily do this. Arnd