Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 18 Mar 2003 04:57:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 18 Mar 2003 04:57:30 -0500 Received: from smtpzilla3.xs4all.nl ([194.109.127.139]:22788 "EHLO smtpzilla3.xs4all.nl") by vger.kernel.org with ESMTP id ; Tue, 18 Mar 2003 04:57:29 -0500 Date: Tue, 18 Mar 2003 11:08:08 +0100 (CET) From: Roman Zippel X-X-Sender: roman@serv To: CaT cc: Linus Torvalds , , Kernel Mailing List Subject: Re: Linux 2.5.65 In-Reply-To: <20030318052257.GB635@zip.com.au> Message-ID: References: <20030318052257.GB635@zip.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1152 Lines: 33 Hi, On Tue, 18 Mar 2003, CaT wrote: > One question. Should PCMCIA_AHA152X only be compilable as a module? I > found this in Kconfig: > > config PCMCIA_AHA152X > tristate "Adaptec AHA152X PCMCIA support" > depends on m > help > Say Y here if you intend to attach this type of PCMCIA SCSI host > adapter to your computer. > ... > > The help and the tristate seems to indicate that I should be able to > compile it into the kernel, but menuconfig wont let me. This is > presumably due to the dependancy but is it right? Yes, this was the behaviour of the old config tools, which was restored with 2.5.65. This means 'm' is a marker that this thing works only as a module. If you want the other behaviour, that it can only be built as a module in a modular kernel, but compile it into a nonmodular kernel, you can use "m || !MODULES" instead. bye, Roman - 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/