diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2018-05-09 13:03:56 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-11 04:26:25 +0200 |
commit | cfb53a56d1024bfa547a55ba599a19f882253003 (patch) | |
tree | 88421d52c78c1047333aa677654caa04c8cbad9c /sound/soc/omap/Kconfig | |
parent | ASoC: davinci-mcasp: Convert to use the sdma-pcm instead of omap-pcm (diff) | |
download | linux-cfb53a56d1024bfa547a55ba599a19f882253003.tar.xz linux-cfb53a56d1024bfa547a55ba599a19f882253003.zip |
ASoC: omap: Delete the obsolete omap-pcm
All DAI drivers are now using the new sdma-pcm platform driver. The
omap-pcm can be removed from the tree, but we need to keep the SND_OMAP_SOC
Kconfig option until the relevant defconfigs are updated to avoid
regression due to missing audio.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/omap/Kconfig')
-rw-r--r-- | sound/soc/omap/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/omap/Kconfig b/sound/soc/omap/Kconfig index a8319aaba97d..f1d6799e08a9 100644 --- a/sound/soc/omap/Kconfig +++ b/sound/soc/omap/Kconfig @@ -1,7 +1,6 @@ config SND_OMAP_SOC - tristate "SoC Audio for the Texas Instruments OMAP chips" + tristate "SoC Audio for Texas Instruments OMAP chips (deprecated)" depends on (ARCH_OMAP && DMA_OMAP) || (ARM && COMPILE_TEST) - select SND_DMAENGINE_PCM select SND_SDMA_SOC config SND_SDMA_SOC |