summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorDong Aisheng <aisheng.dong@nxp.com>2019-04-22 15:35:27 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:53:15 +0800
commit75b021881108ad2e4ae78355086e76ea6b7f4a76 (patch)
treef40e2c35c96861a6136aca65731437adba54b7c9 /sound/soc/fsl/Kconfig
parent0f97f661f23294002522119c90fcc85cf0757267 (diff)
ASoC: fsl: fix SND_SOC_FSL_RPMSG_I2S dependency issue
IMX RPMSG is still not ready. In file included from ../sound/soc/codecs/rpmsg_wm8960.c:27:0: ../sound/soc/codecs/../fsl/fsl_rpmsg_i2s.h:278:29: fatal error: linux/imx_rpmsg.h: No such file or directory #include <linux/imx_rpmsg.h> ^ compilation terminated. ../scripts/Makefile.build:278: recipe for target 'sound/soc/codecs/rpmsg_wm8960.o' failed make[4]: *** [sound/soc/codecs/rpmsg_wm8960.o] Error 1 make[4]: *** Waiting for unfinished jobs.... AR arch/arm/mach-imx/built-in.a In file included from ../sound/soc/codecs/rpmsg_cs42xx8.c:25:0: ../sound/soc/codecs/../fsl/fsl_rpmsg_i2s.h:278:29: fatal error: linux/imx_rpmsg.h: No such file or directory #include <linux/imx_rpmsg.h> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 4d3bd04381e4..00b5db8898d3 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -76,7 +76,7 @@ config SND_SOC_FSL_MICFIL
config SND_SOC_FSL_RPMSG_I2S
tristate "I2S base on the RPMSG support"
- depends on RPMSG
+ depends on CONFIG_HAVE_IMX_RPMSG
help
Say Y if you want to add rpmsg i2s support for the Freescale CPUs.
which is depends on the rpmsg.
@@ -92,7 +92,7 @@ config SND_SOC_IMX_PCM_DMA
config SND_SOC_IMX_PCM_RPMSG
tristate
- depends on RPMSG
+ depends on CONFIG_HAVE_IMX_RPMSG
select SND_SOC_GENERIC_DMAENGINE_PCM
config SND_SOC_IMX_AUDMUX
@@ -265,7 +265,7 @@ config SND_SOC_EUKREA_TLV320
config SND_SOC_IMX_RPMSG
tristate "SoC Audio support for i.MX boards with rpmsg"
- depends on OF && I2C && INPUT
+ depends on CONFIG_HAVE_IMX_RPMSG
select SND_SOC_IMX_PCM_RPMSG
select SND_SOC_FSL_RPMSG_I2S
select SND_SOC_RPMSG_WM8960