Re: [Patch] thinkpad_acpi: fix a build error

From: Takashi Iwai
Date: Fri Dec 18 2009 - 10:10:20 EST


At Fri, 18 Dec 2009 13:03:24 -0200,
Henrique de Moraes Holschuh wrote:
>
> On Fri, 18 Dec 2009, Takashi Iwai wrote:
> > At Fri, 18 Dec 2009 12:28:15 -0200,
> > Henrique de Moraes Holschuh wrote:
> > > On Fri, 18 Dec 2009, Takashi Iwai wrote:
> > > > The patch isn't correct (I guess the upstream fix is same?).
> > > >
> > > > CONFIG_SOUND is a global config for sound subsystem. The relevant
> > > > functions are ALSA core part, which is CONFIG_SND.
> > > > So, the fix should be:
> > > >
> > > > depends on SND
> > > >
> > > > instead.
> > >
> > > Indeed. Ingo already fixed that too.
> > >
> > > Although I personally would prefer:
> > > select SOUND
> > > select SND
> >
> > SND already depends on SOUND, so it's just superfluous.
>
> No, it is not (test it). Which is the main reason why select can be a pain.

Ah, OK, it's "select". Yeah it's a real pain, and should be avoided
in such a case...


Takashi
--
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/