11 Sep
2008
11 Sep
'08
4:30 p.m.
On Wed, Sep 10, 2008 at 05:01:17AM +0400, Dmitry Baryshkov wrote:
+config SND_PXA2XX_LIB
- tristate
- select SND_AC97_CODEC
config SND_PXA2XX_AC97 tristate "AC97 driver for the Intel PXA2xx chip" depends on ARCH_PXA select SND_PXA2XX_PCM
- select SND_AC97_CODEC
- select SND_PXA2XX_LIB help
Since select ignores dependency information in the selected thing the select for SND_AC97_CODEC needs to stay in SND_PXA2XX_AC97. I'll fix this up locally.