mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-11 06:16:10 +00:00
![javier Martin](/assets/img/avatar_default.png)
This adds support for DMA platform valid for i.MX1 and i.MX2 platforms. This is not valid for i.MX3 since it doesn't share the same DMA interface than i.MX1 and i.MX2. It has been tested on i.MX27 board. Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
config SND_MX1_MX2_SOC
|
|
tristate "SoC Audio for Freecale i.MX1x i.MX2x CPUs"
|
|
depends on (ARCH_MX2 || ARCH_MX1) && SND
|
|
select SND_PCM
|
|
help
|
|
Say Y or M if you want to add support for codecs attached to
|
|
the MX1 or MX2 SSI interface.
|
|
|
|
|
|
|
|
|