diff options
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 | ||