Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e1d7e59 authored by Shawn Guo's avatar Shawn Guo Committed by Mark Brown
Browse files

ASoC: imx: let SND_MXC_SOC_FIQ select FIQ



CONFIG_FIQ is only needed when CONFIG_SND_MXC_SOC_FIQ is selected to
build imx-pcm-fiq.c, so let SND_MXC_SOC_FIQ select FIQ.

Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent b1dd5897
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
menuconfig SND_IMX_SOC
menuconfig SND_IMX_SOC
	tristate "SoC Audio for Freescale i.MX CPUs"
	tristate "SoC Audio for Freescale i.MX CPUs"
	depends on ARCH_MXC
	depends on ARCH_MXC
	select FIQ
	select SND_SOC_AC97_BUS
	select SND_SOC_AC97_BUS
	help
	help
	  Say Y or M if you want to add support for codecs attached to
	  Say Y or M if you want to add support for codecs attached to
@@ -11,6 +10,7 @@ menuconfig SND_IMX_SOC
if SND_IMX_SOC
if SND_IMX_SOC


config SND_MXC_SOC_FIQ
config SND_MXC_SOC_FIQ
	select FIQ
	tristate
	tristate


config SND_MXC_SOC_MX2
config SND_MXC_SOC_MX2