Re: Recursive dependency for SAA7134 in 2.6.15-rc7

From: Jean Delvare
Date: Thu Dec 29 2005 - 15:09:34 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/