Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 03:51:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 03:51:47 -0400 Received: from smtpzilla1.xs4all.nl ([194.109.127.137]:16904 "EHLO smtpzilla1.xs4all.nl") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 03:51:47 -0400 Date: Tue, 13 Aug 2002 09:54:42 +0200 (CEST) From: Roman Zippel X-X-Sender: roman@serv To: Peter Samuelson cc: Kai Germaschewski , Greg Banks , , Subject: Re: [patch] config language dep_* enhancements In-Reply-To: <20020813000300.GE761@cadcamlab.org> Message-ID: 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: 559 Lines: 22 Hi, On Mon, 12 Aug 2002, Peter Samuelson wrote: > tristate DRV > dep_mbool DRV_OLD DRV > > dep_mbool COMMON_OPT DRV > dep_mbool OLD_OPT1 DRV_OLD > dep_mbool OLD_OPT2 DRV_OLD > dep_mbool NEW_OPT1 DRV !DRV_OLD > dep_mbool NEW_OPT2 DRV !DRV_OLD This way you can't compile old and new driver as module. 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/