diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-11-10 17:51:20 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-17 20:08:43 +0300 |
commit | 674226db62ec758c4575bcdb933a2410f1a29bbf (patch) | |
tree | f520d4fa428cabd31f41780862318dbd7a69346b /sound/soc/fsl | |
parent | e1ade4c55ae3559b082faf9f5207cc6caba1c546 (diff) | |
download | linux-674226db62ec758c4575bcdb933a2410f1a29bbf.tar.xz |
ASoC: fsl: SND_SOC_FSL_AUD2HTX should depend on ARCH_MXC
The Freescale/NXP AUDIO TO HDMI TX module is only present on NXP i.MX 8
Series SoCs. Hence add a dependency on ARCH_MXC, to prevent asking the
user about this driver when configuring a kernel without i.MX 8 platform
support.
Fixes: 8a24c834c053ef1b ("ASoC: fsl_aud2htx: Add aud2htx module driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20201110145120.3280658-1-geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index a299f61e529e..06a2d225d644 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig @@ -107,6 +107,7 @@ config SND_SOC_FSL_XCVR config SND_SOC_FSL_AUD2HTX tristate "AUDIO TO HDMI TX module support" + depends on CONFIG_ARCH_MXC || COMPILE_TEST help Say Y if you want to add AUDIO TO HDMI TX support for NXP. |