diff options
author | Ola Lilja <ola.o.lilja@stericsson.com> | 2012-05-24 15:26:32 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-03 13:06:38 +0100 |
commit | 01a0c1139c2bd075d005253093e7060022c5d0cb (patch) | |
tree | 050f53f53e487f90fe00f40622f562fa63372e77 /sound/soc/ux500/Kconfig | |
parent | d7e7eb91551ad99244b989d71d092cb0375648fa (diff) |
ASoC: Ux500: Add platform-driver
Add platform-driver handling all DMA-activities.
Signed-off-by: Ola Lilja <ola.o.lilja@stericsson.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500/Kconfig')
-rw-r--r-- | sound/soc/ux500/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/ux500/Kconfig b/sound/soc/ux500/Kconfig index 44cf43404cd..1d385150064 100644 --- a/sound/soc/ux500/Kconfig +++ b/sound/soc/ux500/Kconfig @@ -12,3 +12,10 @@ menuconfig SND_SOC_UX500 config SND_SOC_UX500_PLAT_MSP_I2S tristate depends on SND_SOC_UX500 + +config SND_SOC_UX500_PLAT_DMA + tristate "Platform - DB8500 (DMA)" + depends on SND_SOC_UX500 + select SND_SOC_DMAENGINE_PCM + help + Say Y if you want to enable the Ux500 platform-driver. |