diff options
author | Ola Lilja <ola.o.lilja@stericsson.com> | 2012-06-12 02:50:08 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-17 15:46:12 -0400 |
commit | e0690385a86cac5403a62d91dc146f2508416ded (patch) | |
tree | 05a1e5b22c404f0dab9dc963f18fa9ea96b6bfd9 /sound/soc/ux500/Kconfig | |
parent | 62ae68fa5d6d6f93d8ca8d00e21ad7ac410f9d58 (diff) |
ASoC: Ux500: Add machine-driver
Add machine-driver for ST-Ericsson U8500 platform, including
support for the AB8500-codec.
Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500/Kconfig')
-rw-r--r-- | sound/soc/ux500/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index 1d385150064f..069330d82be5 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig | |||
@@ -19,3 +19,14 @@ config SND_SOC_UX500_PLAT_DMA | |||
19 | select SND_SOC_DMAENGINE_PCM | 19 | select SND_SOC_DMAENGINE_PCM |
20 | help | 20 | help |
21 | Say Y if you want to enable the Ux500 platform-driver. | 21 | Say Y if you want to enable the Ux500 platform-driver. |
22 | |||
23 | +config SND_SOC_UX500_MACH_MOP500 | ||
24 | + tristate "Machine - MOP500 (Ux500 + AB8500)" | ||
25 | depends on AB8500_CORE && AB8500_GPADC && SND_SOC_UX500 | ||
26 | select SND_SOC_AB8500_CODEC | ||
27 | select SND_SOC_UX500_PLAT_MSP_I2S | ||
28 | select SND_SOC_UX500_PLAT_DMA | ||
29 | help | ||
30 | Select this to enable the MOP500 machine-driver. | ||
31 | This will enable platform-drivers for: Ux500 | ||
32 | This will enable codec-drivers for: AB8500 | ||