Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751314AbXJUVBq (ORCPT ); Sun, 21 Oct 2007 17:01:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750757AbXJUVBk (ORCPT ); Sun, 21 Oct 2007 17:01:40 -0400 Received: from pasmtpa.tele.dk ([80.160.77.114]:45534 "EHLO pasmtpA.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750713AbXJUVBj (ORCPT ); Sun, 21 Oct 2007 17:01:39 -0400 Date: Sun, 21 Oct 2007 23:03:13 +0200 From: Sam Ravnborg To: Randy Dunlap Cc: Henrik Carlqvist , linux-kernel@vger.kernel.org Subject: Re: tristate and bool not enogh for Kconfig anymore Message-ID: <20071021210313.GA6725@uranus.ravnborg.org> References: <200710201257.55616.nick@ukfsn.org> <20071020144238.4f258c8c.hc1@poolhem.se> <20071020191700.GB8774@uranus.ravnborg.org> <26703.1192942058@turing-police.cc.vt.edu> <20071021122402.2f0f3b40.hc1@poolhem.se> <20071021094517.78dd1916.rdunlap@xenotime.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071021094517.78dd1916.rdunlap@xenotime.net> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 843 Lines: 24 On Sun, Oct 21, 2007 at 09:45:17AM -0700, Randy Dunlap wrote: > > Is there any other way to specify that a functionality can only be built > > as a module, not built into the kernel? > > config FOO > depends on BAR && m > > restricts FOO to module-only. > > > In my firsta attempts to post about these tests my post ended up not on > > the mailing list but as a reply to Sam Ravnborg only, apologies for > > that... This is obviously the right solution. Randy - we should document this somewhere together with more kconfig tips'n'tricks. A new document or do we extend kconfig-language? Sam - 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/