From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753211AbYHLN0N (ORCPT ); Tue, 12 Aug 2008 09:26:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751651AbYHLNZ7 (ORCPT ); Tue, 12 Aug 2008 09:25:59 -0400 Received: from smtpq1.tilbu1.nb.home.nl ([213.51.146.200]:33049 "EHLO smtpq1.tilbu1.nb.home.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751213AbYHLNZ6 (ORCPT ); Tue, 12 Aug 2008 09:25:58 -0400 Message-ID: <48A18F7B.6040809@keyaccess.nl> Date: Tue, 12 Aug 2008 15:26:19 +0200 From: Rene Herman User-Agent: Thunderbird 2.0.0.16 (X11/20080707) MIME-Version: 1.0 To: Adrian Bunk CC: Andrew Morton , Alan Cox , fritz@isdn4linux.de, kkeil@suse.de, isdn4linux@listserv.isdn4linux.de, linux-kernel@vger.kernel.org, mingo@elte.hu Subject: Re: [PATCH] ISDN: make ICN not auto-grab port 0x320 References: <489DD669.2090207@keyaccess.nl> <20080809215020.1bb602e7@lxorguk.ukuu.org.uk> <20080811164814.db41c20b.akpm@linux-foundation.org> <48A11952.6090203@keyaccess.nl> <20080811223043.9ad55c51.akpm@linux-foundation.org> <20080812130823.GD13910@cs181140183.pp.htv.fi> In-Reply-To: <20080812130823.GD13910@cs181140183.pp.htv.fi> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 1.0 (+) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-08-08 15:08, Adrian Bunk wrote: > On Mon, Aug 11, 2008 at 10:30:43PM -0700, Andrew Morton wrote: >> I think the boot option is the way, if at all. >> >> Because the config option isn't very usable. What's to stop someone >> from doing `make allyesconfig' and then menually editing the .config so >> it's no longer truly an allyesconfig .config? >> >> otoh, if is't purely a manual setting rather than some automagic thing >> then it might be workable. CONFIG_INGO :) > > Write the required settings into a file and use KCONFIG_ALLCONFIG. Found those, but seems unable to express the "depends on BROKEN_BOOT if FOO=y" method that's currently used. Yes, might admittedly not be considered a huge problem and perhaps we could just ship an allyes.config (and same allrandom.config) but it's not nice to spread information about a single symbol over various files like that. Currently, we have a tristate that turns into a y/n bool if !MODULES. What would be real nice here is a tristate that turns into a m/n bool if !RANDOM, where allyesconfig and randconfig would pre-select RANDOM. If I'm not mistaken, that's currently not possible... Rene