diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 12:38:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 12:38:52 -0400 |
commit | 25a025863e024f6b86b48137b10b4960c50351b0 (patch) | |
tree | 72d2521585f61d904769d28cf1d7687b949a61a6 /sound/soc/omap/Kconfig | |
parent | 1f43c5393033de90bac4410352b1d2a69dcbe7ef (diff) | |
parent | 7e48bf653c37eb32c2ba4c13f15aa154aa807e61 (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
[ALSA] soc - wm9712 - checkpatch fixes
[ALSA] pcsp - Fix more dependency
[ALSA] hda - Add support of Medion RIM 2150
[ALSA] ASoC: Add drivers for the Texas Instruments OMAP processors
[ALSA] ice1724 - Enable watermarks
[ALSA] Add MPU401_INFO_NO_ACK bitflag
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig new file mode 100644 index 000000000000..0230d83e8e5e --- /dev/null +++ b/sound/soc/omap/Kconfig | |||
@@ -0,0 +1,19 @@ | |||
1 | menu "SoC Audio for the Texas Instruments OMAP" | ||
2 | |||
3 | config SND_OMAP_SOC | ||
4 | tristate "SoC Audio for the Texas Instruments OMAP chips" | ||
5 | depends on ARCH_OMAP && SND_SOC | ||
6 | |||
7 | config SND_OMAP_SOC_MCBSP | ||
8 | tristate | ||
9 | select OMAP_MCBSP | ||
10 | |||
11 | config SND_OMAP_SOC_N810 | ||
12 | tristate "SoC Audio support for Nokia N810" | ||
13 | depends on SND_OMAP_SOC && MACH_NOKIA_N810 | ||
14 | select SND_OMAP_SOC_MCBSP | ||
15 | select SND_SOC_TLV320AIC3X | ||
16 | help | ||
17 | Say Y if you want to add support for SoC audio on Nokia N810. | ||
18 | |||
19 | endmenu | ||