From 310355c111dbae005269fe3fc39afdd60779bf5d Mon Sep 17 00:00:00 2001 From: Vladimir Barinov Date: Mon, 18 Feb 2008 11:40:22 +0100 Subject: [ALSA] Davinci ASoC support Add ASoC support for the TI Davinci SoC and the Davicni-EVM reference board. It includes: - ASoC Davinci DMA driver - ASoC Davinci I2S (Davinci McBSP module based) driver - ASoC Davinci-EVM reference board Signed-off-by: Vladimir Barinov Signed-off-by: Takashi Iwai --- sound/soc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'sound/soc/Kconfig') diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 276585215160..a3b51df2bea1 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -29,6 +29,7 @@ source "sound/soc/pxa/Kconfig" source "sound/soc/s3c24xx/Kconfig" source "sound/soc/sh/Kconfig" source "sound/soc/fsl/Kconfig" +source "sound/soc/davinci/Kconfig" # Supported codecs source "sound/soc/codecs/Kconfig" -- cgit v1.2.3-59-g8ed1b