From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762543AbYD3MBR (ORCPT ); Wed, 30 Apr 2008 08:01:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757990AbYD3MBF (ORCPT ); Wed, 30 Apr 2008 08:01:05 -0400 Received: from mx2.suse.de ([195.135.220.15]:45487 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757963AbYD3MBE (ORCPT ); Wed, 30 Apr 2008 08:01:04 -0400 Date: Wed, 30 Apr 2008 14:01:03 +0200 Message-ID: From: Takashi Iwai To: Ingo Molnar Cc: Mauro Carvalho Chehab , Andrew Morton , linux-dvb-maintainer@linuxtv.org, video4linux-list@redhat.com, linux-kernel@vger.kernel.org, Mike Galbraith Subject: Re: [patch, -git] media/video/sound build fix, TEA5761/TEA5767 In-Reply-To: <20080430111803.GA11628@elte.hu> References: <20080430110115.GA5633@elte.hu> <20080430111516.GA9954@elte.hu> <20080430111803.GA11628@elte.hu> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 30 Apr 2008 13:18:03 +0200, Ingo Molnar wrote: > > > * Ingo Molnar wrote: > > > > IMO, it's the reverse selection from sound to V4L that makes things > > > complicated. I believe it's better to fix it as a normal > > > dependency. > > > > > > How about the patch below? > > > > thanks, i've added it to the mix, instead of my patch. > > it now fails with another randconfig: > > http://redhat.com/~mingo/misc/config-Wed_Apr_30_13_13_26_CEST_2008.bad What error did you get with this? > i've added back my hack to keep things rolling. (Note: i've got some > media drivers hacks in this tree too so maybe one of them has a > side-effect) Taking a quick look, CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y # CONFIG_VIDEO_ALLOW_V4L1 is not set CONFIG_VIDEO_V4L1_COMPAT=y seems strange. VIDEO_ALLOW_V4L1 should have been selected since drivers/media/video/Kconfig contains the following: config VIDEO_V4L1 tristate depends on VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1 default VIDEO_DEV && VIDEO_V4L2_COMMON && VIDEO_ALLOW_V4L1 I guess the remaining reverse-selection caused this. thanks, Takashi