diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-11-10 21:39:37 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-12 20:35:42 +0100 |
commit | c31da0b196f99c7d95c69bab96e709b72a30f509 (patch) | |
tree | 9641c5865115c3f6828c7bca069b64177373620e /sound/soc/fsl/Makefile | |
parent | ASoC: fsl: eukrea: Remove the SND_SOC_IMX_SSI selection (diff) | |
download | linux-c31da0b196f99c7d95c69bab96e709b72a30f509.tar.xz linux-c31da0b196f99c7d95c69bab96e709b72a30f509.zip |
ASoC: imx-ssi: Remove unused driver
The imx-ssi driver was only used by i.MX non-DT platforms.
Since 5.10-rc1, i.MX has been converted to a DT-only platform and all
board files are gone.
Remove the imx-ssi audio driver as there are no more users at all.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Link: https://lore.kernel.org/r/20201110203937.25684-6-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/Makefile')
-rw-r--r-- | sound/soc/fsl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile index 5637ebbe8ab2..0b20e038b65b 100644 --- a/sound/soc/fsl/Makefile +++ b/sound/soc/fsl/Makefile @@ -53,9 +53,7 @@ obj-$(CONFIG_SND_MPC52xx_SOC_PCM030) += pcm030-audio-fabric.o obj-$(CONFIG_SND_MPC52xx_SOC_EFIKA) += efika-audio-fabric.o # i.MX Platform Support -snd-soc-imx-ssi-objs := imx-ssi.o snd-soc-imx-audmux-objs := imx-audmux.o -obj-$(CONFIG_SND_SOC_IMX_SSI) += snd-soc-imx-ssi.o obj-$(CONFIG_SND_SOC_IMX_AUDMUX) += snd-soc-imx-audmux.o obj-$(CONFIG_SND_SOC_IMX_PCM_FIQ) += imx-pcm-fiq.o |