diff options
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index da39f27c6613..a7b1d77b2105 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig | |||
@@ -46,3 +46,11 @@ config SND_OMAP_SOC_SDP3430 | |||
46 | help | 46 | help |
47 | Say Y if you want to add support for SoC audio on Texas Instruments | 47 | Say Y if you want to add support for SoC audio on Texas Instruments |
48 | SDP3430. | 48 | SDP3430. |
49 | |||
50 | config SND_OMAP_SOC_OMAP3_PANDORA | ||
51 | tristate "SoC Audio support for OMAP3 Pandora" | ||
52 | depends on TWL4030_CORE && SND_OMAP_SOC && MACH_OMAP3_PANDORA | ||
53 | select SND_OMAP_SOC_MCBSP | ||
54 | select SND_SOC_TWL4030 | ||
55 | help | ||
56 | Say Y if you want to add support for SoC audio on the OMAP3 Pandora. | ||