mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 12:25:31 +00:00
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: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
b1dd5897f5
commit
1e1d7e593e
@ -1,7 +1,6 @@
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user