Re: Recursive dependency for SAA7134 in 2.6.15-rc7

From: Roman Zippel
Date: Wed Dec 28 2005 - 22:23:49 EST


Hi,

On Tuesday 27 December 2005 21:53, Jean Delvare wrote:

> I gave a try to 2.6.15-rc7 and "make menuconfig" tells me:
> Warning! Found recursive dependency: VIDEO_SAA7134_ALSA VIDEO_SAA7134_OSS
> VIDEO_SAA7134_ALSA

Hmm, I really should make this more annoying...

> config VIDEO_SAA7134_OSS
> tristate "Philips SAA7134 DMA audio support (OSS, DEPRECATED)"
> - depends on VIDEO_SAA7134 && SOUND_PRIME && (!VIDEO_SAA7134_ALSA ||
VIDEO_SAA7134_ALSA = m)
> + depends on VIDEO_SAA7134 && SOUND_PRIME &&
> VIDEO_SAA7134_ALSA!=y && m

The easiest fix would to just change the last part into "!VIDEO_SAA7134_ALSA".
An alternative would be to use a choice.

bye, Roman
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/