diff options
author | Ola Lilja <ola.o.lilja@stericsson.com> | 2012-06-12 10:50:08 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-17 23:46:12 +0400 |
commit | e0690385a86cac5403a62d91dc146f2508416ded (patch) | |
tree | 05a1e5b22c404f0dab9dc963f18fa9ea96b6bfd9 /sound/soc/ux500/Kconfig | |
parent | 62ae68fa5d6d6f93d8ca8d00e21ad7ac410f9d58 (diff) | |
download | linux-e0690385a86cac5403a62d91dc146f2508416ded.tar.xz |
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 select SND_SOC_DMAENGINE_PCM help Say Y if you want to enable the Ux500 platform-driver. + ++config SND_SOC_UX500_MACH_MOP500 ++ tristate "Machine - MOP500 (Ux500 + AB8500)" + depends on AB8500_CORE && AB8500_GPADC && SND_SOC_UX500 + select SND_SOC_AB8500_CODEC + select SND_SOC_UX500_PLAT_MSP_I2S + select SND_SOC_UX500_PLAT_DMA + help + Select this to enable the MOP500 machine-driver. + This will enable platform-drivers for: Ux500 + This will enable codec-drivers for: AB8500 |