mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-03 07:41:40 +00:00
157a777c8e
Don't unconditionally include the i.MX2x DMA driver, the arch/arm functions it uses aren't available for i.MX3x. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Javier Martin <javier.martin@vista-silicon.com>
11 lines
204 B
Makefile
11 lines
204 B
Makefile
# i.MX Platform Support
|
|
snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o
|
|
|
|
ifdef CONFIG_MACH_MX27
|
|
snd-soc-imx-objs += imx-pcm-dma-mx2.o
|
|
endif
|
|
|
|
obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
|
|
|
|
# i.MX Machine Support
|