diff options
author | Vladimir Barinov <vbarinov@ru.mvista.com> | 2008-02-18 05:40:22 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:11 -0400 |
commit | 310355c111dbae005269fe3fc39afdd60779bf5d (patch) | |
tree | fc792358843354483f86ef6695c5fe83db91a9da /sound/soc/davinci/Kconfig | |
parent | b40b04ad380ad641e5740486e4b9a56fd32b64cc (diff) |
[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 <vbarinov@ru.mvista.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/davinci/Kconfig')
-rw-r--r-- | sound/soc/davinci/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/soc/davinci/Kconfig b/sound/soc/davinci/Kconfig new file mode 100644 index 000000000000..20680c551aab --- /dev/null +++ b/sound/soc/davinci/Kconfig | |||
@@ -0,0 +1,19 @@ | |||
1 | config SND_DAVINCI_SOC | ||
2 | tristate "SoC Audio for the TI DAVINCI chip" | ||
3 | depends on ARCH_DAVINCI && SND_SOC | ||
4 | help | ||
5 | Say Y or M if you want to add support for codecs attached to | ||
6 | the DAVINCI AC97 or I2S interface. You will also need | ||
7 | to select the audio interfaces to support below. | ||
8 | |||
9 | config SND_DAVINCI_SOC_I2S | ||
10 | tristate | ||
11 | |||
12 | config SND_DAVINCI_SOC_EVM | ||
13 | tristate "SoC Audio support for DaVinci EVM" | ||
14 | depends on SND_DAVINCI_SOC && MACH_DAVINCI_EVM | ||
15 | select SND_DAVINCI_SOC_I2S | ||
16 | select SND_SOC_TLV320AIC3X | ||
17 | help | ||
18 | Say Y if you want to add support for SoC audio on TI | ||
19 | DaVinci EVM platform. | ||