From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752710AbbDDJfc (ORCPT ); Sat, 4 Apr 2015 05:35:32 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:38542 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752299AbbDDJf3 (ORCPT ); Sat, 4 Apr 2015 05:35:29 -0400 Date: Sat, 4 Apr 2015 11:35:25 +0200 From: Ingo Molnar To: Paul Bolle Cc: Borislav Petkov , X86 ML , LKML Subject: Re: [PATCH] x86/Kconfig: Fix allnoconfig without explicitly specified ARCH Message-ID: <20150404093525.GB20462@gmail.com> References: <1428058828-19302-1-git-send-email-bp@alien8.de> <1428068538.2491.14.camel@tiscali.nl> <20150403145950.GE3418@pd.tnic> <1428075183.2491.21.camel@tiscali.nl> <20150403172312.GK3418@pd.tnic> <1428097434.7898.37.camel@x220> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1428097434.7898.37.camel@x220> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul Bolle wrote: > On Fri, 2015-04-03 at 19:23 +0200, Borislav Petkov wrote: > > On Fri, Apr 03, 2015 at 05:33:03PM +0200, Paul Bolle wrote: > > > Well, "when building on 32 bits" it currently suffices to do: > > > make allnoconfig > > > > > > and the patch changes that. > > > > Hmm, so this would need more staring. The fact that 64-bit needs to set > > CONFIG_64BIT, we would need a way to say: > > > > option allnoconfig_y if ARCH = "x86" > > > > And Kconfig doesn't support that yet... > > The fact that "make allnoconfig" and "make allyesconfig" can give you > a .config for another subarchitecture is annoying. [...] Absolutely! No 'make *config' option should change the current .config's architecture, except if ARCH= is specified on the command line. Thanks, Ingo