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/Kconfig | |
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/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 31897fff6c71..a299f61e529e 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -228,15 +228,11 @@ endif # SND_POWERPC_SOC config SND_SOC_IMX_PCM_FIQ tristate - default y if SND_SOC_IMX_SSI=y && (SND_SOC_FSL_SSI=m || SND_SOC_FSL_SPDIF=m) && (MXC_TZIC || MXC_AVIC) + default y if (SND_SOC_FSL_SSI=m || SND_SOC_FSL_SPDIF=m) && (MXC_TZIC || MXC_AVIC) select FIQ if SND_IMX_SOC -config SND_SOC_IMX_SSI - tristate - select SND_SOC_FSL_UTILS - comment "SoC Audio support for Freescale i.MX boards:" config SND_SOC_EUKREA_TLV320 |