Re: kernel 2.6.0, wrong Kconfig directives

From: OGAWA Hirofumi
Date: Thu Dec 25 2003 - 16:26:31 EST


Muli Ben-Yehuda <mulix@xxxxxxxxx> writes:

> > I see. So why did we need the SOUND_GAMEPORT?
>
> I thought I explained this above, quite verbosely :-)
> Rather than make the sound drivers depend directly on GAMEPORT, which
> is troublesome because Kconfig has no provisions for this type of
> dependancy, we create an artificial dependency, SOUND_GAMEPORT, which
> the sound driver depends on. SOUND_GAMEPORT depends on GAMEPORT, and
> Kconfig ends up doing the right thing. I hope that was clearer.

Umm... SOUND_GAMEPORT is always true, so GAMEPORT is just option, not
dependency.

It may be good to be documented as the help of Kconfig instead of
SOUND_GAMEPORT...
--
OGAWA Hirofumi <hirofumi@xxxxxxxxxxxxxxxxxx>
-
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/