Re: [PATCH] SOUND: Fix non-ISA_DMA_API build failure

From: Ralf Baechle
Date: Fri Jun 24 2011 - 08:09:30 EST


On Fri, Jun 24, 2011 at 08:35:22AM -0300, Mauro Carvalho Chehab wrote:

> Em 24-06-2011 08:16, Ralf Baechle escreveu:
> > tristate "miroSOUND PCM20 radio"
> > depends on ISA && VIDEO_V4L2 && SND
> > select SND_ISA
> > select SND_MIRO
> >
> > So SND_ISA gets forced on even though the dependency on ISA_DMA_API is not
> > fulfilled. That's solved by adding the dependency on ISA_DMA_API to
> > RADIO_MIROPCM20.
>
> Another option would be to convert the two above selects into depends on.

Depends has the disadvantage that users may have to enable unobvious
options first before they are offered the one they are looking for and
that's what a "depends SND_ISA" would cause in this case.

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