On Tue, Sep 21, 2010 at 4:38 AM, Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > Kconfig got smart enough to do dependencies through selects so let's make > use of that. > > Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> > --- > Âsound/soc/s3c24xx/Kconfig | Â Â4 ++++ > Â1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig > index 7d8235d..1142d3e 100644 > --- a/sound/soc/s3c24xx/Kconfig > +++ b/sound/soc/s3c24xx/Kconfig > @@ -10,6 +10,7 @@ config SND_S3C24XX_SOC > Âconfig SND_S3C24XX_SOC_I2S > Â Â Â Âtristate > Â Â Â Âselect S3C2410_DMA > + Â Â Â select SND_S3C_SOC_PCM > > Âconfig SND_S3C_I2SV2_SOC > Â Â Â Âtristate > @@ -18,16 +19,19 @@ config SND_S3C2412_SOC_I2S > Â Â Â Âtristate > Â Â Â Âselect SND_S3C_I2SV2_SOC > Â Â Â Âselect S3C2410_DMA > + Â Â Â select SND_S3C_SOC_PCM > > Âconfig SND_S3C64XX_SOC_I2S > Â Â Â Âtristate > Â Â Â Âselect SND_S3C_I2SV2_SOC > Â Â Â Âselect S3C64XX_DMA > + Â Â Â select SND_S3C_SOC_PCM > > Âconfig SND_S3C64XX_SOC_I2S_V4 > Â Â Â Âtristate > Â Â Â Âselect SND_S3C_I2SV2_SOC > Â Â Â Âselect S3C64XX_DMA > + Â Â Â select SND_S3C_SOC_PCM > > Âconfig SND_S3C_SOC_PCM > Â Â Â Âtristate > -- SND_S3C_SOC_PCM builds s3c-pcm.c, which is the PCM controller's CPU driver. s3c-dma.c is the DMA driver for Samsung SoCs, which is already built as the first thing for Samsung ASoC. _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel