Skip to content

Commit

Permalink
ASoC: imx: let SND_MXC_SOC_FIQ select FIQ
Browse files Browse the repository at this point in the history
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: Shawn Guo <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
shawnguo2 authored and broonie committed Feb 27, 2012
1 parent b1dd589 commit 1e1d7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/imx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
menuconfig SND_IMX_SOC
tristate "SoC Audio for Freescale i.MX CPUs"
depends on ARCH_MXC
select FIQ
select SND_SOC_AC97_BUS
help
Say Y or M if you want to add support for codecs attached to
Expand All @@ -11,6 +10,7 @@ menuconfig SND_IMX_SOC
if SND_IMX_SOC

config SND_MXC_SOC_FIQ
select FIQ
tristate

config SND_MXC_SOC_MX2
Expand Down

0 comments on commit 1e1d7e5

Please sign in to comment.