11 Sep
2008
11 Sep
'08
4:34 p.m.
On Wed, Sep 10, 2008 at 05:01:20AM +0400, Dmitry Baryshkov wrote:
config SND_PXA2XX_LIB tristate
- select SND_AC97_CODEC
- select SND_AC97_CODEC if SND_PXA2XX_LIB_AC97
+config SND_PXA2XX_LIB_AC97
- bool
config SND_PXA2XX_AC97 tristate "AC97 driver for the Intel PXA2xx chip" depends on ARCH_PXA select SND_PXA2XX_PCM
- select SND_PXA2XX_LIB
- select SND_PXA2XX_LIB_AC97
The select on SND_PXA2XX_LIB needs to stay since SND_PXA2XX_LIB_AC97 only does anything if SND_PXA2XX_LIB is selected. Again, I'll fix this up locally.