diff options
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index b771238662b6..a5a90e594535 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -72,4 +72,11 @@ config SND_OMAP_SOC_OMAP3_BEAGLE | |||
72 | help | 72 | help |
73 | Say Y if you want to add support for SoC audio on the Beagleboard. | 73 | Say Y if you want to add support for SoC audio on the Beagleboard. |
74 | 74 | ||
75 | config SND_OMAP_SOC_ZOOM2 | ||
76 | tristate "SoC Audio support for Zoom2" | ||
77 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP_ZOOM2 | ||
78 | select SND_OMAP_SOC_MCBSP | ||
79 | select SND_SOC_TWL4030 | ||
80 | help | ||
81 | Say Y if you want to add support for Soc audio on Zoom2 board. | ||
75 | 82 | ||