Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750945AbVL2UKn (ORCPT ); Thu, 29 Dec 2005 15:10:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750948AbVL2UKn (ORCPT ); Thu, 29 Dec 2005 15:10:43 -0500 Received: from smtp-104-thursday.noc.nerim.net ([62.4.17.104]:17668 "EHLO mallaury.nerim.net") by vger.kernel.org with ESMTP id S1750945AbVL2UKm (ORCPT ); Thu, 29 Dec 2005 15:10:42 -0500 Date: Thu, 29 Dec 2005 21:13:50 +0100 From: Jean Delvare To: Roman Zippel Cc: Mauro Carvalho Chehab , Linus Torvalds , Ricardo Cerqueira , linux-kernel@vger.kernel.org, video4linux-list@redhat.com Subject: Re: Recursive dependency for SAA7134 in 2.6.15-rc7 Message-Id: <20051229211350.4115b799.khali@linux-fr.org> In-Reply-To: <200512292100.27536.zippel@linux-m68k.org> References: <20051227215351.3d581b13.khali@linux-fr.org> <1135726855.6709.4.camel@localhost> <20051228210257.16c7a647.khali@linux-fr.org> <200512292100.27536.zippel@linux-m68k.org> X-Mailer: Sylpheed version 2.0.4 (GTK+ 2.6.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 23 Hi Roman, > On Wednesday 28 December 2005 21:02, Jean Delvare wrote: > > > + depends on VIDEO_SAA7134 && SOUND_PRIME && (!VIDEO_SAA7134_ALSA || > (VIDEO_SAA7134_ALSA=m && m)) > > Please do it a little less uglier, simply "!VIDEO_SAA7134_ALSA" is enough. No, it wouldn't produce the desired effect anymore. (!VIDEO_SAA7134_ALSA || (VIDEO_SAA7134_ALSA=m && m)) makes it possible to compile both OSS and ALSA support as modules. Simplifying to !VIDEO_SAA7134_ALSA would make it impossible. Thanks, -- Jean Delvare - 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/