From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752612AbbDCRZR (ORCPT ); Fri, 3 Apr 2015 13:25:17 -0400 Received: from mail.skyhub.de ([78.46.96.112]:60422 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751335AbbDCRZQ (ORCPT ); Fri, 3 Apr 2015 13:25:16 -0400 Date: Fri, 3 Apr 2015 19:23:12 +0200 From: Borislav Petkov To: Paul Bolle Cc: Ingo Molnar , X86 ML , LKML Subject: Re: [PATCH] x86/Kconfig: Fix allnoconfig without explicitly specified ARCH Message-ID: <20150403172312.GK3418@pd.tnic> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1428075183.2491.21.camel@tiscali.nl> 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 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... :-\ -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. --